pub struct CommentBlog {
pub id: Option<String>,
}Expand description
Data about the blog containing this comment.
This type is not used in any activity, and only used as part of another schema.
Fields§
§id: Option<String>The identifier of the blog containing this comment.
Trait Implementations§
Source§impl Clone for CommentBlog
impl Clone for CommentBlog
Source§fn clone(&self) -> CommentBlog
fn clone(&self) -> CommentBlog
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 CommentBlog
impl Debug for CommentBlog
Source§impl Default for CommentBlog
impl Default for CommentBlog
Source§fn default() -> CommentBlog
fn default() -> CommentBlog
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CommentBlog
impl<'de> Deserialize<'de> for CommentBlog
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 Serialize for CommentBlog
impl Serialize for CommentBlog
impl NestedType for CommentBlog
impl Part for CommentBlog
Auto Trait Implementations§
impl Freeze for CommentBlog
impl RefUnwindSafe for CommentBlog
impl Send for CommentBlog
impl Sync for CommentBlog
impl Unpin for CommentBlog
impl UnwindSafe for CommentBlog
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