pub enum RWMode {
Read,
Write,
}Variants§
Trait Implementations§
impl Copy for RWMode
impl Eq for RWMode
impl StructuralPartialEq for RWMode
Auto Trait Implementations§
impl Freeze for RWMode
impl RefUnwindSafe for RWMode
impl Send for RWMode
impl Sync for RWMode
impl Unpin for RWMode
impl UnwindSafe for RWMode
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