pub enum MaxRefusal {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for MaxRefusal
impl RefUnwindSafe for MaxRefusal
impl Send for MaxRefusal
impl Sync for MaxRefusal
impl Unpin for MaxRefusal
impl UnsafeUnpin for MaxRefusal
impl UnwindSafe for MaxRefusal
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