pub enum ParsedRawRoutingInformation {
ForwardHop(NodeAddressBytes, Delay, Box<EncapsulatedRoutingInformation>),
FinalHop(DestinationAddressBytes, SURBIdentifier),
}Variants§
ForwardHop(NodeAddressBytes, Delay, Box<EncapsulatedRoutingInformation>)
FinalHop(DestinationAddressBytes, SURBIdentifier)
Auto Trait Implementations§
impl Freeze for ParsedRawRoutingInformation
impl RefUnwindSafe for ParsedRawRoutingInformation
impl Send for ParsedRawRoutingInformation
impl Sync for ParsedRawRoutingInformation
impl Unpin for ParsedRawRoutingInformation
impl UnwindSafe for ParsedRawRoutingInformation
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