Enum iscp::message::SendableMetadata
source · pub enum SendableMetadata {
BaseTime(BaseTime),
}Variants§
Trait Implementations§
source§impl Clone for SendableMetadata
impl Clone for SendableMetadata
source§fn clone(&self) -> SendableMetadata
fn clone(&self) -> SendableMetadata
Returns a copy 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 SendableMetadata
impl Debug for SendableMetadata
source§impl From<Metadata> for SendableMetadata
impl From<Metadata> for SendableMetadata
source§impl From<SendableMetadata> for Metadata
impl From<SendableMetadata> for Metadata
source§fn from(m: SendableMetadata) -> Self
fn from(m: SendableMetadata) -> Self
Converts to this type from the input type.
source§impl PartialEq for SendableMetadata
impl PartialEq for SendableMetadata
source§fn eq(&self, other: &SendableMetadata) -> bool
fn eq(&self, other: &SendableMetadata) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SendableMetadata
Auto Trait Implementations§
impl RefUnwindSafe for SendableMetadata
impl Send for SendableMetadata
impl Sync for SendableMetadata
impl Unpin for SendableMetadata
impl UnwindSafe for SendableMetadata
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