pub struct ReverseRouteEntry {
pub proof_destination: DestinationHash,
pub received_interface: InterfaceId,
pub outbound_interface: InterfaceId,
pub expires_at: InstantMillis,
}Fields§
§proof_destination: DestinationHash§received_interface: InterfaceId§outbound_interface: InterfaceId§expires_at: InstantMillisTrait Implementations§
Source§impl Clone for ReverseRouteEntry
impl Clone for ReverseRouteEntry
Source§fn clone(&self) -> ReverseRouteEntry
fn clone(&self) -> ReverseRouteEntry
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 Copy for ReverseRouteEntry
Source§impl Debug for ReverseRouteEntry
impl Debug for ReverseRouteEntry
impl Eq for ReverseRouteEntry
Source§impl PartialEq for ReverseRouteEntry
impl PartialEq for ReverseRouteEntry
impl StructuralPartialEq for ReverseRouteEntry
Auto Trait Implementations§
impl Freeze for ReverseRouteEntry
impl RefUnwindSafe for ReverseRouteEntry
impl Send for ReverseRouteEntry
impl Sync for ReverseRouteEntry
impl Unpin for ReverseRouteEntry
impl UnsafeUnpin for ReverseRouteEntry
impl UnwindSafe for ReverseRouteEntry
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