pub enum ConnDirection {
Inbound,
Outbound,
}
Expand description
Defines the direction of a network connection.
Variants§
Trait Implementations§
Source§impl Clone for ConnDirection
impl Clone for ConnDirection
Source§fn clone(&self) -> ConnDirection
fn clone(&self) -> ConnDirection
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ConnDirection
impl Debug for ConnDirection
Auto Trait Implementations§
impl Freeze for ConnDirection
impl RefUnwindSafe for ConnDirection
impl Send for ConnDirection
impl Sync for ConnDirection
impl Unpin for ConnDirection
impl UnwindSafe for ConnDirection
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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