pub enum NullOption {
First,
Last,
}
Variants§
Trait Implementations§
Source§impl Clone for NullOption
impl Clone for NullOption
Source§fn clone(&self) -> NullOption
fn clone(&self) -> NullOption
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NullOption
impl Debug for NullOption
Source§impl PartialEq for NullOption
impl PartialEq for NullOption
impl StructuralPartialEq for NullOption
Auto Trait Implementations§
impl Freeze for NullOption
impl RefUnwindSafe for NullOption
impl Send for NullOption
impl Sync for NullOption
impl Unpin for NullOption
impl UnwindSafe for NullOption
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