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