pub struct ErrorContextLossRule;Trait Implementations§
Source§impl Default for ErrorContextLossRule
impl Default for ErrorContextLossRule
Source§fn default() -> ErrorContextLossRule
fn default() -> ErrorContextLossRule
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ErrorContextLossRule
impl RefUnwindSafe for ErrorContextLossRule
impl Send for ErrorContextLossRule
impl Sync for ErrorContextLossRule
impl Unpin for ErrorContextLossRule
impl UnsafeUnpin for ErrorContextLossRule
impl UnwindSafe for ErrorContextLossRule
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