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