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