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