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