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