Struct atrium_api::app::bsky::actor::defs::InterestsPref
source · pub struct InterestsPref {
pub tags: Vec<String>,
}Fields§
A list of tags which describe the account owner’s interests gathered during onboarding.
Trait Implementations§
source§impl Clone for InterestsPref
impl Clone for InterestsPref
source§fn clone(&self) -> InterestsPref
fn clone(&self) -> InterestsPref
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 InterestsPref
impl Debug for InterestsPref
source§impl<'de> Deserialize<'de> for InterestsPref
impl<'de> Deserialize<'de> for InterestsPref
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 InterestsPref
impl PartialEq for InterestsPref
source§fn eq(&self, other: &InterestsPref) -> bool
fn eq(&self, other: &InterestsPref) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for InterestsPref
impl Serialize for InterestsPref
impl Eq for InterestsPref
impl StructuralPartialEq for InterestsPref
Auto Trait Implementations§
impl RefUnwindSafe for InterestsPref
impl Send for InterestsPref
impl Sync for InterestsPref
impl Unpin for InterestsPref
impl UnwindSafe for InterestsPref
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