pub struct TrashId(/* private fields */);Expand description
Identifies a recoverable trash record.
Implementations§
Trait Implementations§
impl Copy for TrashId
Source§impl<'de> Deserialize<'de> for TrashId
impl<'de> Deserialize<'de> for TrashId
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 TrashId
impl StructuralPartialEq for TrashId
Auto Trait Implementations§
impl Freeze for TrashId
impl RefUnwindSafe for TrashId
impl Send for TrashId
impl Sync for TrashId
impl Unpin for TrashId
impl UnsafeUnpin for TrashId
impl UnwindSafe for TrashId
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