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