pub struct EventMetadataEntry { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for EventMetadataEntry
impl Clone for EventMetadataEntry
Source§fn clone(&self) -> EventMetadataEntry
fn clone(&self) -> EventMetadataEntry
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 moreSource§impl Debug for EventMetadataEntry
impl Debug for EventMetadataEntry
Source§impl PartialEq for EventMetadataEntry
impl PartialEq for EventMetadataEntry
Source§fn eq(&self, other: &EventMetadataEntry) -> bool
fn eq(&self, other: &EventMetadataEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for EventMetadataEntry
impl StructuralPartialEq for EventMetadataEntry
Auto Trait Implementations§
impl Freeze for EventMetadataEntry
impl RefUnwindSafe for EventMetadataEntry
impl Send for EventMetadataEntry
impl Sync for EventMetadataEntry
impl Unpin for EventMetadataEntry
impl UnsafeUnpin for EventMetadataEntry
impl UnwindSafe for EventMetadataEntry
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