pub enum TubeType {
Stream,
Packet,
}Variants§
Auto Trait Implementations§
impl Freeze for TubeType
impl RefUnwindSafe for TubeType
impl Send for TubeType
impl Sync for TubeType
impl Unpin for TubeType
impl UnsafeUnpin for TubeType
impl UnwindSafe for TubeType
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