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