pub struct PayloadRouteId(/* private fields */);Expand description
Application-defined identifier for a recovered-payload output.
Implementations§
Trait Implementations§
Source§impl Clone for PayloadRouteId
impl Clone for PayloadRouteId
Source§fn clone(&self) -> PayloadRouteId
fn clone(&self) -> PayloadRouteId
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 PayloadRouteId
Source§impl Debug for PayloadRouteId
impl Debug for PayloadRouteId
impl Eq for PayloadRouteId
Source§impl Hash for PayloadRouteId
impl Hash for PayloadRouteId
Source§impl PartialEq for PayloadRouteId
impl PartialEq for PayloadRouteId
Source§fn eq(&self, other: &PayloadRouteId) -> bool
fn eq(&self, other: &PayloadRouteId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PayloadRouteId
Auto Trait Implementations§
impl Freeze for PayloadRouteId
impl RefUnwindSafe for PayloadRouteId
impl Send for PayloadRouteId
impl Sync for PayloadRouteId
impl Unpin for PayloadRouteId
impl UnsafeUnpin for PayloadRouteId
impl UnwindSafe for PayloadRouteId
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