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