pub struct ExistingRoute<'a> {
pub hops: HopCount,
pub expires_at: InstantMillis,
pub announce_id_history: &'a [AnnounceId],
pub responsiveness: RouteResponsiveness,
pub interface_gravity: Option<InterfaceGravity>,
}Fields§
§hops: HopCount§expires_at: InstantMillis§announce_id_history: &'a [AnnounceId]§responsiveness: RouteResponsiveness§interface_gravity: Option<InterfaceGravity>Trait Implementations§
Source§impl<'a> Clone for ExistingRoute<'a>
impl<'a> Clone for ExistingRoute<'a>
Source§fn clone(&self) -> ExistingRoute<'a>
fn clone(&self) -> ExistingRoute<'a>
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 moreimpl<'a> Copy for ExistingRoute<'a>
Auto Trait Implementations§
impl<'a> Freeze for ExistingRoute<'a>
impl<'a> RefUnwindSafe for ExistingRoute<'a>
impl<'a> Send for ExistingRoute<'a>
impl<'a> Sync for ExistingRoute<'a>
impl<'a> Unpin for ExistingRoute<'a>
impl<'a> UnsafeUnpin for ExistingRoute<'a>
impl<'a> UnwindSafe for ExistingRoute<'a>
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