pub struct AdminAuditEventId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for AdminAuditEventId
impl Clone for AdminAuditEventId
impl Copy for AdminAuditEventId
Source§impl Debug for AdminAuditEventId
impl Debug for AdminAuditEventId
Source§impl<'de> Deserialize<'de> for AdminAuditEventId
impl<'de> Deserialize<'de> for AdminAuditEventId
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
Source§impl Display for AdminAuditEventId
impl Display for AdminAuditEventId
impl Eq for AdminAuditEventId
Source§impl From<AdminAuditEventId> for Uuid
impl From<AdminAuditEventId> for Uuid
Source§fn from(value: AdminAuditEventId) -> Self
fn from(value: AdminAuditEventId) -> Self
Converts to this type from the input type.
Source§impl From<Uuid> for AdminAuditEventId
impl From<Uuid> for AdminAuditEventId
Source§impl FromStr for AdminAuditEventId
impl FromStr for AdminAuditEventId
Source§impl Hash for AdminAuditEventId
impl Hash for AdminAuditEventId
Source§impl Ord for AdminAuditEventId
impl Ord for AdminAuditEventId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for AdminAuditEventId
impl PartialEq for AdminAuditEventId
Source§impl PartialOrd for AdminAuditEventId
impl PartialOrd for AdminAuditEventId
Source§impl Serialize for AdminAuditEventId
impl Serialize for AdminAuditEventId
impl StructuralPartialEq for AdminAuditEventId
Auto Trait Implementations§
impl Freeze for AdminAuditEventId
impl RefUnwindSafe for AdminAuditEventId
impl Send for AdminAuditEventId
impl Sync for AdminAuditEventId
impl Unpin for AdminAuditEventId
impl UnsafeUnpin for AdminAuditEventId
impl UnwindSafe for AdminAuditEventId
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