pub struct RelatedEntity {
pub id: EntityId,
pub labels: BTreeMap<String, String>,
}Fields§
§id: EntityId§labels: BTreeMap<String, String>Trait Implementations§
Source§impl Clone for RelatedEntity
impl Clone for RelatedEntity
Source§fn clone(&self) -> RelatedEntity
fn clone(&self) -> RelatedEntity
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 RelatedEntity
impl Debug for RelatedEntity
impl Eq for RelatedEntity
Source§impl PartialEq for RelatedEntity
impl PartialEq for RelatedEntity
Source§impl Serialize for RelatedEntity
impl Serialize for RelatedEntity
impl StructuralPartialEq for RelatedEntity
Auto Trait Implementations§
impl Freeze for RelatedEntity
impl RefUnwindSafe for RelatedEntity
impl Send for RelatedEntity
impl Sync for RelatedEntity
impl Unpin for RelatedEntity
impl UnsafeUnpin for RelatedEntity
impl UnwindSafe for RelatedEntity
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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.