pub struct CommentListData {Show 14 fields
pub page: Option<PageInfo>,
pub cursor: Option<Cursor>,
pub replies: Option<Vec<Comment>>,
pub top: Option<Top>,
pub top_replies: Option<Vec<Comment>>,
pub effects: Option<Value>,
pub assist: Option<u64>,
pub blacklist: Option<u64>,
pub vote: Option<u64>,
pub config: Option<Config>,
pub upper: Option<Upper>,
pub control: Option<Control>,
pub note: Option<u32>,
pub cm_info: Option<Value>,
}Fields§
§page: Option<PageInfo>§cursor: Option<Cursor>§replies: Option<Vec<Comment>>§top: Option<Top>§top_replies: Option<Vec<Comment>>§effects: Option<Value>§assist: Option<u64>§blacklist: Option<u64>§vote: Option<u64>§config: Option<Config>§upper: Option<Upper>§control: Option<Control>§note: Option<u32>§cm_info: Option<Value>Trait Implementations§
Source§impl Clone for CommentListData
impl Clone for CommentListData
Source§fn clone(&self) -> CommentListData
fn clone(&self) -> CommentListData
Returns a duplicate 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 CommentListData
impl Debug for CommentListData
Source§impl<'de> Deserialize<'de> for CommentListData
impl<'de> Deserialize<'de> for CommentListData
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 CommentListData
impl RefUnwindSafe for CommentListData
impl Send for CommentListData
impl Sync for CommentListData
impl Unpin for CommentListData
impl UnwindSafe for CommentListData
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