Struct atrium_api::app::bsky::actor::defs::LabelersPref
source · pub struct LabelersPref {
pub labelers: Vec<LabelerPrefItem>,
}Fields§
§labelers: Vec<LabelerPrefItem>Trait Implementations§
source§impl Clone for LabelersPref
impl Clone for LabelersPref
source§fn clone(&self) -> LabelersPref
fn clone(&self) -> LabelersPref
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 LabelersPref
impl Debug for LabelersPref
source§impl<'de> Deserialize<'de> for LabelersPref
impl<'de> Deserialize<'de> for LabelersPref
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 LabelersPref
impl PartialEq for LabelersPref
source§fn eq(&self, other: &LabelersPref) -> bool
fn eq(&self, other: &LabelersPref) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for LabelersPref
impl Serialize for LabelersPref
impl Eq for LabelersPref
impl StructuralPartialEq for LabelersPref
Auto Trait Implementations§
impl Freeze for LabelersPref
impl RefUnwindSafe for LabelersPref
impl Send for LabelersPref
impl Sync for LabelersPref
impl Unpin for LabelersPref
impl UnwindSafe for LabelersPref
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