pub struct DeletedObject { /* private fields */ }
Trait Implementations§
Source§impl Clone for DeletedObject
impl Clone for DeletedObject
Source§fn clone(&self) -> DeletedObject
fn clone(&self) -> DeletedObject
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 DeletedObject
impl Debug for DeletedObject
Source§impl Default for DeletedObject
impl Default for DeletedObject
Source§fn default() -> DeletedObject
fn default() -> DeletedObject
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeletedObject
impl RefUnwindSafe for DeletedObject
impl Send for DeletedObject
impl Sync for DeletedObject
impl Unpin for DeletedObject
impl UnwindSafe for DeletedObject
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