Struct clier::AlreadyHasMeta
source · pub struct AlreadyHasMeta(/* private fields */);Expand description
Typestate pattern: State for (CliMeta)
Trait Implementations§
source§impl Clone for AlreadyHasMeta
impl Clone for AlreadyHasMeta
source§fn clone(&self) -> AlreadyHasMeta
fn clone(&self) -> AlreadyHasMeta
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 moreAuto Trait Implementations§
impl RefUnwindSafe for AlreadyHasMeta
impl Send for AlreadyHasMeta
impl Sync for AlreadyHasMeta
impl Unpin for AlreadyHasMeta
impl UnwindSafe for AlreadyHasMeta
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