pub struct AuditEntryId(pub Uuid);Expand description
Unique identifier for an audit entry (used for linking).
Tuple Fields§
§0: UuidImplementations§
Source§impl AuditEntryId
impl AuditEntryId
Trait Implementations§
Source§impl Clone for AuditEntryId
impl Clone for AuditEntryId
Source§fn clone(&self) -> AuditEntryId
fn clone(&self) -> AuditEntryId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AuditEntryId
impl Debug for AuditEntryId
Source§impl Default for AuditEntryId
impl Default for AuditEntryId
Source§impl<'de> Deserialize<'de> for AuditEntryId
impl<'de> Deserialize<'de> for AuditEntryId
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 AuditEntryId
impl Display for AuditEntryId
Source§impl Hash for AuditEntryId
impl Hash for AuditEntryId
Source§impl PartialEq for AuditEntryId
impl PartialEq for AuditEntryId
Source§impl Serialize for AuditEntryId
impl Serialize for AuditEntryId
impl Eq for AuditEntryId
impl StructuralPartialEq for AuditEntryId
Auto Trait Implementations§
impl Freeze for AuditEntryId
impl RefUnwindSafe for AuditEntryId
impl Send for AuditEntryId
impl Sync for AuditEntryId
impl Unpin for AuditEntryId
impl UnsafeUnpin for AuditEntryId
impl UnwindSafe for AuditEntryId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.