pub enum ThroughputDirection {
Download,
Upload,
}Expand description
Throughput traffic direction.
Variants§
Trait Implementations§
Source§impl Clone for ThroughputDirection
impl Clone for ThroughputDirection
Source§fn clone(&self) -> ThroughputDirection
fn clone(&self) -> ThroughputDirection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ThroughputDirection
Source§impl Debug for ThroughputDirection
impl Debug for ThroughputDirection
Source§impl<'de> Deserialize<'de> for ThroughputDirection
impl<'de> Deserialize<'de> for ThroughputDirection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ThroughputDirection
Source§impl PartialEq for ThroughputDirection
impl PartialEq for ThroughputDirection
Source§impl Serialize for ThroughputDirection
impl Serialize for ThroughputDirection
impl StructuralPartialEq for ThroughputDirection
Auto Trait Implementations§
impl Freeze for ThroughputDirection
impl RefUnwindSafe for ThroughputDirection
impl Send for ThroughputDirection
impl Sync for ThroughputDirection
impl Unpin for ThroughputDirection
impl UnsafeUnpin for ThroughputDirection
impl UnwindSafe for ThroughputDirection
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