pub enum Directions {
Inbound,
Outbound,
All,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for Directions
impl RefUnwindSafe for Directions
impl Send for Directions
impl Sync for Directions
impl Unpin for Directions
impl UnsafeUnpin for Directions
impl UnwindSafe for Directions
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