Struct atrium_api::app::bsky::actor::defs::ThreadViewPref
source · pub struct ThreadViewPref {
pub prioritize_followed_users: Option<bool>,
pub sort: Option<String>,
}Fields§
§prioritize_followed_users: Option<bool>Show followed users at the top of all replies.
sort: Option<String>Sorting mode for threads.
Trait Implementations§
source§impl Clone for ThreadViewPref
impl Clone for ThreadViewPref
source§fn clone(&self) -> ThreadViewPref
fn clone(&self) -> ThreadViewPref
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 ThreadViewPref
impl Debug for ThreadViewPref
source§impl<'de> Deserialize<'de> for ThreadViewPref
impl<'de> Deserialize<'de> for ThreadViewPref
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 ThreadViewPref
impl PartialEq for ThreadViewPref
source§fn eq(&self, other: &ThreadViewPref) -> bool
fn eq(&self, other: &ThreadViewPref) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ThreadViewPref
impl Serialize for ThreadViewPref
impl Eq for ThreadViewPref
impl StructuralPartialEq for ThreadViewPref
Auto Trait Implementations§
impl RefUnwindSafe for ThreadViewPref
impl Send for ThreadViewPref
impl Sync for ThreadViewPref
impl Unpin for ThreadViewPref
impl UnwindSafe for ThreadViewPref
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