pub struct NoneSource;Trait Implementations§
Source§impl Clone for NoneSource
impl Clone for NoneSource
Source§fn clone(&self) -> NoneSource
fn clone(&self) -> NoneSource
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 NoneSource
impl Debug for NoneSource
Source§impl Default for NoneSource
impl Default for NoneSource
Source§fn default() -> NoneSource
fn default() -> NoneSource
Returns the “default value” for a type. Read more
Source§impl PartialEq for NoneSource
impl PartialEq for NoneSource
impl Copy for NoneSource
impl Eq for NoneSource
impl StructuralPartialEq for NoneSource
Auto Trait Implementations§
impl Freeze for NoneSource
impl RefUnwindSafe for NoneSource
impl Send for NoneSource
impl Sync for NoneSource
impl Unpin for NoneSource
impl UnwindSafe for NoneSource
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