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