Struct TrafficCongestion
#[repr(transparent)]pub struct TrafficCongestion(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for TrafficCongestion
impl Clone for TrafficCongestion
§fn clone(&self) -> TrafficCongestion
fn clone(&self) -> TrafficCongestion
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 more§impl Debug for TrafficCongestion
impl Debug for TrafficCongestion
§impl Default for TrafficCongestion
impl Default for TrafficCongestion
§fn default() -> TrafficCongestion
fn default() -> TrafficCongestion
Returns the “default value” for a type. Read more
§impl PartialEq for TrafficCongestion
impl PartialEq for TrafficCongestion
impl Copy for TrafficCongestion
impl Eq for TrafficCongestion
impl StructuralPartialEq for TrafficCongestion
Auto Trait Implementations§
impl Freeze for TrafficCongestion
impl RefUnwindSafe for TrafficCongestion
impl Send for TrafficCongestion
impl Sync for TrafficCongestion
impl Unpin for TrafficCongestion
impl UnwindSafe for TrafficCongestion
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