pub struct RunWithMetadata { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RunWithMetadata
impl Clone for RunWithMetadata
Source§fn clone(&self) -> RunWithMetadata
fn clone(&self) -> RunWithMetadata
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 RunWithMetadata
impl Debug for RunWithMetadata
Source§impl PartialEq for RunWithMetadata
impl PartialEq for RunWithMetadata
Source§impl TryFrom<Message> for RunWithMetadata
impl TryFrom<Message> for RunWithMetadata
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 RunWithMetadata
impl StructuralPartialEq for RunWithMetadata
Auto Trait Implementations§
impl Freeze for RunWithMetadata
impl RefUnwindSafe for RunWithMetadata
impl Send for RunWithMetadata
impl Sync for RunWithMetadata
impl Unpin for RunWithMetadata
impl UnwindSafe for RunWithMetadata
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