pub enum ConnectionDirection {
Inbound,
Outbound,
}
Expand description
Filtered connection direction.
Variants
Inbound
Outbound
Auto Trait Implementations
impl RefUnwindSafe for ConnectionDirection
impl Send for ConnectionDirection
impl Sync for ConnectionDirection
impl Unpin for ConnectionDirection
impl UnwindSafe for ConnectionDirection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more