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