pub struct AuditActorId(/* private fields */);Expand description
The identifier a caller uses for the party behind an audited action.
Implementations§
Trait Implementations§
Source§impl Clone for AuditActorId
impl Clone for AuditActorId
Source§impl Debug for AuditActorId
impl Debug for AuditActorId
Source§impl<'de> Deserialize<'de> for AuditActorId
impl<'de> Deserialize<'de> for AuditActorId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AuditActorId
Source§impl PartialEq for AuditActorId
impl PartialEq for AuditActorId
Source§impl Serialize for AuditActorId
impl Serialize for AuditActorId
impl StructuralPartialEq for AuditActorId
Auto Trait Implementations§
impl Freeze for AuditActorId
impl RefUnwindSafe for AuditActorId
impl Send for AuditActorId
impl Sync for AuditActorId
impl Unpin for AuditActorId
impl UnsafeUnpin for AuditActorId
impl UnwindSafe for AuditActorId
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