pub struct RouteWithMetadata { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RouteWithMetadata
impl Clone for RouteWithMetadata
Source§fn clone(&self) -> RouteWithMetadata
fn clone(&self) -> RouteWithMetadata
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 moreSource§impl Debug for RouteWithMetadata
impl Debug for RouteWithMetadata
Source§impl PartialEq for RouteWithMetadata
impl PartialEq for RouteWithMetadata
Source§impl TryFrom<Message> for RouteWithMetadata
impl TryFrom<Message> for RouteWithMetadata
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(message: Message) -> ConversionResult<Self>
fn try_from(message: Message) -> ConversionResult<Self>
Performs the conversion.
impl Eq for RouteWithMetadata
impl StructuralPartialEq for RouteWithMetadata
Auto Trait Implementations§
impl Freeze for RouteWithMetadata
impl RefUnwindSafe for RouteWithMetadata
impl Send for RouteWithMetadata
impl Sync for RouteWithMetadata
impl Unpin for RouteWithMetadata
impl UnwindSafe for RouteWithMetadata
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