pub struct DiscoveryPathRequest {
pub timestamp: f64,
pub requesting_interface: InterfaceId,
}Expand description
A pending discovery path request — stored when a path request arrives on a DISCOVER_PATHS_FOR interface for an unknown destination.
Fields§
§timestamp: f64§requesting_interface: InterfaceIdTrait Implementations§
Source§impl Clone for DiscoveryPathRequest
impl Clone for DiscoveryPathRequest
Source§fn clone(&self) -> DiscoveryPathRequest
fn clone(&self) -> DiscoveryPathRequest
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for DiscoveryPathRequest
impl RefUnwindSafe for DiscoveryPathRequest
impl Send for DiscoveryPathRequest
impl Sync for DiscoveryPathRequest
impl Unpin for DiscoveryPathRequest
impl UnsafeUnpin for DiscoveryPathRequest
impl UnwindSafe for DiscoveryPathRequest
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