pub struct DirectTraffic;Expand description
Direct traffic marker.
Trait Implementations§
Source§impl Clone for DirectTraffic
impl Clone for DirectTraffic
Source§fn clone(&self) -> DirectTraffic
fn clone(&self) -> DirectTraffic
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 moreSource§impl Debug for DirectTraffic
impl Debug for DirectTraffic
Source§impl PartialEq for DirectTraffic
impl PartialEq for DirectTraffic
Source§fn eq(&self, other: &DirectTraffic) -> bool
fn eq(&self, other: &DirectTraffic) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DirectTraffic
impl Eq for DirectTraffic
impl StructuralPartialEq for DirectTraffic
Auto Trait Implementations§
impl Freeze for DirectTraffic
impl RefUnwindSafe for DirectTraffic
impl Send for DirectTraffic
impl Sync for DirectTraffic
impl Unpin for DirectTraffic
impl UnsafeUnpin for DirectTraffic
impl UnwindSafe for DirectTraffic
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