pub struct ErrNotAContainer;Trait Implementations§
Source§impl Clone for ErrNotAContainer
impl Clone for ErrNotAContainer
Source§fn clone(&self) -> ErrNotAContainer
fn clone(&self) -> ErrNotAContainer
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 ErrNotAContainer
impl Debug for ErrNotAContainer
Source§impl PartialEq for ErrNotAContainer
impl PartialEq for ErrNotAContainer
impl Copy for ErrNotAContainer
impl Eq for ErrNotAContainer
impl StructuralPartialEq for ErrNotAContainer
Auto Trait Implementations§
impl Freeze for ErrNotAContainer
impl RefUnwindSafe for ErrNotAContainer
impl Send for ErrNotAContainer
impl Sync for ErrNotAContainer
impl Unpin for ErrNotAContainer
impl UnsafeUnpin for ErrNotAContainer
impl UnwindSafe for ErrNotAContainer
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