pub struct TinyId(/* private fields */);Trait Implementations§
Source§impl<'de> Deserialize<'de> for TinyId
impl<'de> Deserialize<'de> for TinyId
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 Ord for TinyId
impl Ord for TinyId
Source§impl PartialOrd for TinyId
impl PartialOrd for TinyId
impl Copy for TinyId
impl Eq for TinyId
impl StructuralPartialEq for TinyId
Auto Trait Implementations§
impl Freeze for TinyId
impl RefUnwindSafe for TinyId
impl Send for TinyId
impl Sync for TinyId
impl Unpin for TinyId
impl UnsafeUnpin for TinyId
impl UnwindSafe for TinyId
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