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