Struct atrium_api::com::atproto::label::defs::SelfLabels
source · pub struct SelfLabels {
pub values: Vec<SelfLabel>,
}
Expand description
Metadata tags on an atproto record, published by the author within the record.
Fields§
§values: Vec<SelfLabel>
Trait Implementations§
source§impl Clone for SelfLabels
impl Clone for SelfLabels
source§fn clone(&self) -> SelfLabels
fn clone(&self) -> SelfLabels
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 SelfLabels
impl Debug for SelfLabels
source§impl<'de> Deserialize<'de> for SelfLabels
impl<'de> Deserialize<'de> for SelfLabels
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for SelfLabels
impl PartialEq for SelfLabels
source§fn eq(&self, other: &SelfLabels) -> bool
fn eq(&self, other: &SelfLabels) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SelfLabels
impl Serialize for SelfLabels
impl Eq for SelfLabels
impl StructuralPartialEq for SelfLabels
Auto Trait Implementations§
impl RefUnwindSafe for SelfLabels
impl Send for SelfLabels
impl Sync for SelfLabels
impl Unpin for SelfLabels
impl UnwindSafe for SelfLabels
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