pub struct FleetLanePoll {
pub frames: Vec<Frame>,
pub loss: RingLoss,
}Expand description
Combined result of walking every node lane once.
Fields§
§frames: Vec<Frame>§loss: RingLossTrait Implementations§
Source§impl Clone for FleetLanePoll
impl Clone for FleetLanePoll
Source§fn clone(&self) -> FleetLanePoll
fn clone(&self) -> FleetLanePoll
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 FleetLanePoll
impl Debug for FleetLanePoll
Source§impl Default for FleetLanePoll
impl Default for FleetLanePoll
Source§fn default() -> FleetLanePoll
fn default() -> FleetLanePoll
Returns the “default value” for a type. Read more
impl Eq for FleetLanePoll
Source§impl PartialEq for FleetLanePoll
impl PartialEq for FleetLanePoll
impl StructuralPartialEq for FleetLanePoll
Auto Trait Implementations§
impl Freeze for FleetLanePoll
impl RefUnwindSafe for FleetLanePoll
impl Send for FleetLanePoll
impl Sync for FleetLanePoll
impl Unpin for FleetLanePoll
impl UnsafeUnpin for FleetLanePoll
impl UnwindSafe for FleetLanePoll
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