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