pub struct NullableData(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for NullableData
impl Clone for NullableData
Source§fn clone(&self) -> NullableData
fn clone(&self) -> NullableData
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 NullableData
impl Debug for NullableData
Auto Trait Implementations§
impl Freeze for NullableData
impl RefUnwindSafe for NullableData
impl Send for NullableData
impl Sync for NullableData
impl Unpin for NullableData
impl UnwindSafe for NullableData
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