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