pub struct IndirectProbe {
pub intermediary: Name,
pub target: Name,
pub nonce: u32,
}Expand description
Parsed fields from an indirect probe Interest.
Fields§
§intermediary: Name§target: Name§nonce: u32Trait Implementations§
Source§impl Clone for IndirectProbe
impl Clone for IndirectProbe
Source§fn clone(&self) -> IndirectProbe
fn clone(&self) -> IndirectProbe
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 IndirectProbe
impl RefUnwindSafe for IndirectProbe
impl Send for IndirectProbe
impl Sync for IndirectProbe
impl Unpin for IndirectProbe
impl UnwindSafe for IndirectProbe
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