pub struct RouteOverrideStats {
pub src_side_id: Option<usize>,
pub dst_side_id: usize,
pub enabled: bool,
}Fields§
§src_side_id: Option<usize>§dst_side_id: usize§enabled: boolTrait Implementations§
Source§impl Clone for RouteOverrideStats
impl Clone for RouteOverrideStats
Source§fn clone(&self) -> RouteOverrideStats
fn clone(&self) -> RouteOverrideStats
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 RouteOverrideStats
impl Debug for RouteOverrideStats
impl Eq for RouteOverrideStats
Source§impl PartialEq for RouteOverrideStats
impl PartialEq for RouteOverrideStats
Source§fn eq(&self, other: &RouteOverrideStats) -> bool
fn eq(&self, other: &RouteOverrideStats) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RouteOverrideStats
Auto Trait Implementations§
impl Freeze for RouteOverrideStats
impl RefUnwindSafe for RouteOverrideStats
impl Send for RouteOverrideStats
impl Sync for RouteOverrideStats
impl Unpin for RouteOverrideStats
impl UnsafeUnpin for RouteOverrideStats
impl UnwindSafe for RouteOverrideStats
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