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