pub struct NotSpecified {}Trait Implementations§
Source§impl Clone for NotSpecified
impl Clone for NotSpecified
Source§fn clone(&self) -> NotSpecified
fn clone(&self) -> NotSpecified
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NotSpecified
Source§impl Debug for NotSpecified
impl Debug for NotSpecified
Source§impl Default for NotSpecified
impl Default for NotSpecified
Source§fn default() -> NotSpecified
fn default() -> NotSpecified
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NotSpecified
impl RefUnwindSafe for NotSpecified
impl Send for NotSpecified
impl Sync for NotSpecified
impl Unpin for NotSpecified
impl UnsafeUnpin for NotSpecified
impl UnwindSafe for NotSpecified
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