#[repr(C)]pub struct ID<T> { /* private fields */ }
Expand description
Typed Unique Identifier (uuidv4).
Implementations§
Trait Implementations§
Source§impl<'de, T> Deserialize<'de> for ID<T>
impl<'de, T> Deserialize<'de> for ID<T>
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<T> Ord for ID<T>
impl<T> Ord for ID<T>
Source§impl<T> PartialOrd for ID<T>
impl<T> PartialOrd for ID<T>
impl<T> Copy for ID<T>
impl<T> Eq for ID<T>
Auto Trait Implementations§
impl<T> Freeze for ID<T>
impl<T> RefUnwindSafe for ID<T>
impl<T> Send for ID<T>
impl<T> Sync for ID<T>
impl<T> Unpin for ID<T>
impl<T> UnwindSafe for ID<T>
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