Enum iscp::message::SendableMetadata
source · pub enum SendableMetadata {
BaseTime(BaseTime),
}Variants
BaseTime(BaseTime)
Trait Implementations
sourceimpl Clone for SendableMetadata
impl Clone for SendableMetadata
sourcefn clone(&self) -> SendableMetadata
fn clone(&self) -> SendableMetadata
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SendableMetadata
impl Debug for SendableMetadata
sourceimpl From<Metadata> for SendableMetadata
impl From<Metadata> for SendableMetadata
sourceimpl From<SendableMetadata> for Metadata
impl From<SendableMetadata> for Metadata
sourcefn from(m: SendableMetadata) -> Self
fn from(m: SendableMetadata) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SendableMetadata> for SendableMetadata
impl PartialEq<SendableMetadata> for SendableMetadata
sourcefn eq(&self, other: &SendableMetadata) -> bool
fn eq(&self, other: &SendableMetadata) -> bool
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
impl<T> Any for Twhere
T: Any + ?Sized,
impl<T> Any for Twhere
T: Any + ?Sized,
fn type_id_compat(&self) -> TypeId
fn type_id_compat(&self) -> TypeId
TODO: once 1.33.0 is the minimum supported compiler version, remove
Any::type_id_compat and use StdAny::type_id instead.
https://github.com/rust-lang/rust/issues/27745 Read more
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more