Struct clier::MissingMeta
source · pub struct MissingMeta;Expand description
Typestate pattern: State for (CliMeta)
Trait Implementations§
source§impl Clone for MissingMeta
impl Clone for MissingMeta
source§fn clone(&self) -> MissingMeta
fn clone(&self) -> MissingMeta
Returns a copy 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 MissingMeta
impl Debug for MissingMeta
source§impl Default for MissingMeta
impl Default for MissingMeta
source§fn default() -> MissingMeta
fn default() -> MissingMeta
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for MissingMeta
impl Send for MissingMeta
impl Sync for MissingMeta
impl Unpin for MissingMeta
impl UnwindSafe for MissingMeta
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