pub struct Gated { /* private fields */ }
Trait Implementations§
impl Copy for Gated
Auto Trait Implementations§
impl Freeze for Gated
impl RefUnwindSafe for Gated
impl Send for Gated
impl Sync for Gated
impl Unpin for Gated
impl UnwindSafe for Gated
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