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