pub struct OpenGraphArticleAuthorsInner {
pub first_name: Option<String>,
pub last_name: Option<String>,
pub username: Option<String>,
pub gender: Option<String>,
}
Fields§
§first_name: Option<String>
§last_name: Option<String>
§username: Option<String>
§gender: Option<String>
Implementations§
Source§impl OpenGraphArticleAuthorsInner
impl OpenGraphArticleAuthorsInner
pub fn new() -> OpenGraphArticleAuthorsInner
Trait Implementations§
Source§impl Clone for OpenGraphArticleAuthorsInner
impl Clone for OpenGraphArticleAuthorsInner
Source§fn clone(&self) -> OpenGraphArticleAuthorsInner
fn clone(&self) -> OpenGraphArticleAuthorsInner
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OpenGraphArticleAuthorsInner
impl Debug for OpenGraphArticleAuthorsInner
Source§impl Default for OpenGraphArticleAuthorsInner
impl Default for OpenGraphArticleAuthorsInner
Source§fn default() -> OpenGraphArticleAuthorsInner
fn default() -> OpenGraphArticleAuthorsInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OpenGraphArticleAuthorsInner
impl<'de> Deserialize<'de> for OpenGraphArticleAuthorsInner
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 OpenGraphArticleAuthorsInner
impl PartialEq for OpenGraphArticleAuthorsInner
Source§fn eq(&self, other: &OpenGraphArticleAuthorsInner) -> bool
fn eq(&self, other: &OpenGraphArticleAuthorsInner) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for OpenGraphArticleAuthorsInner
Auto Trait Implementations§
impl Freeze for OpenGraphArticleAuthorsInner
impl RefUnwindSafe for OpenGraphArticleAuthorsInner
impl Send for OpenGraphArticleAuthorsInner
impl Sync for OpenGraphArticleAuthorsInner
impl Unpin for OpenGraphArticleAuthorsInner
impl UnwindSafe for OpenGraphArticleAuthorsInner
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