pub struct CommentVersionList {
pub count: Option<i32>,
pub value: Vec<CommentVersion>,
}Fields§
§count: Option<i32>§value: Vec<CommentVersion>Implementations§
Trait Implementations§
Source§impl Clone for CommentVersionList
impl Clone for CommentVersionList
Source§fn clone(&self) -> CommentVersionList
fn clone(&self) -> CommentVersionList
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 CommentVersionList
impl Debug for CommentVersionList
Source§impl Default for CommentVersionList
impl Default for CommentVersionList
Source§fn default() -> CommentVersionList
fn default() -> CommentVersionList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CommentVersionList
impl<'de> Deserialize<'de> for CommentVersionList
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 CommentVersionList
impl PartialEq for CommentVersionList
Source§impl Serialize for CommentVersionList
impl Serialize for CommentVersionList
impl StructuralPartialEq for CommentVersionList
Auto Trait Implementations§
impl Freeze for CommentVersionList
impl RefUnwindSafe for CommentVersionList
impl Send for CommentVersionList
impl Sync for CommentVersionList
impl Unpin for CommentVersionList
impl UnwindSafe for CommentVersionList
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