Struct aerostream::api::AppBskyGraphGetlists
source · pub struct AppBskyGraphGetlists {
pub lists: Vec<AppBskyGraphDefsListview>,
pub cursor: Option<String>,
}Fields§
§lists: Vec<AppBskyGraphDefsListview>§cursor: Option<String>Trait Implementations§
source§impl Clone for AppBskyGraphGetlists
impl Clone for AppBskyGraphGetlists
source§fn clone(&self) -> AppBskyGraphGetlists
fn clone(&self) -> AppBskyGraphGetlists
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 AppBskyGraphGetlists
impl Debug for AppBskyGraphGetlists
source§impl<'de> Deserialize<'de> for AppBskyGraphGetlists
impl<'de> Deserialize<'de> for AppBskyGraphGetlists
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
Auto Trait Implementations§
impl Freeze for AppBskyGraphGetlists
impl RefUnwindSafe for AppBskyGraphGetlists
impl Send for AppBskyGraphGetlists
impl Sync for AppBskyGraphGetlists
impl Unpin for AppBskyGraphGetlists
impl UnwindSafe for AppBskyGraphGetlists
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