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