pub struct VendorErrorClassifier { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for VendorErrorClassifier
impl Clone for VendorErrorClassifier
Source§fn clone(&self) -> VendorErrorClassifier
fn clone(&self) -> VendorErrorClassifier
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 moreAuto Trait Implementations§
impl Freeze for VendorErrorClassifier
impl RefUnwindSafe for VendorErrorClassifier
impl Send for VendorErrorClassifier
impl Sync for VendorErrorClassifier
impl Unpin for VendorErrorClassifier
impl UnsafeUnpin for VendorErrorClassifier
impl UnwindSafe for VendorErrorClassifier
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