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