pub struct ElementMetadata {
pub reference: ElementReference,
pub labels: Arc<[Arc<str>]>,
pub effective_from: ElementTimestamp,
}Fields§
§reference: ElementReference§labels: Arc<[Arc<str>]>§effective_from: ElementTimestampTrait Implementations§
Source§impl Clone for ElementMetadata
impl Clone for ElementMetadata
Source§fn clone(&self) -> ElementMetadata
fn clone(&self) -> ElementMetadata
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 ElementMetadata
impl Debug for ElementMetadata
Source§impl Display for ElementMetadata
impl Display for ElementMetadata
Source§impl Hash for ElementMetadata
impl Hash for ElementMetadata
Source§impl PartialEq for ElementMetadata
impl PartialEq for ElementMetadata
impl Eq for ElementMetadata
impl StructuralPartialEq for ElementMetadata
Auto Trait Implementations§
impl Freeze for ElementMetadata
impl RefUnwindSafe for ElementMetadata
impl Send for ElementMetadata
impl Sync for ElementMetadata
impl Unpin for ElementMetadata
impl UnwindSafe for ElementMetadata
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.