pub struct ManagerId(/* private fields */);Expand description
Manager identifier used when approvals, overrides, or escalations require accountable leadership.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ManagerId
impl<'de> Deserialize<'de> for ManagerId
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for ManagerId
impl Ord for ManagerId
Source§impl PartialOrd for ManagerId
impl PartialOrd for ManagerId
impl Eq for ManagerId
impl StructuralPartialEq for ManagerId
Auto Trait Implementations§
impl Freeze for ManagerId
impl RefUnwindSafe for ManagerId
impl Send for ManagerId
impl Sync for ManagerId
impl Unpin for ManagerId
impl UnsafeUnpin for ManagerId
impl UnwindSafe for ManagerId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more