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