pub enum StatsDirection {
Tx,
Rx,
}Variants§
Trait Implementations§
Source§impl Clone for StatsDirection
impl Clone for StatsDirection
Source§fn clone(&self) -> StatsDirection
fn clone(&self) -> StatsDirection
Returns a duplicate 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 StatsDirection
impl Debug for StatsDirection
Source§impl Display for StatsDirection
impl Display for StatsDirection
impl Copy for StatsDirection
Auto Trait Implementations§
impl Freeze for StatsDirection
impl RefUnwindSafe for StatsDirection
impl Send for StatsDirection
impl Sync for StatsDirection
impl Unpin for StatsDirection
impl UnsafeUnpin for StatsDirection
impl UnwindSafe for StatsDirection
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