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