pub struct AdvancedGravatar {
pub has_gravatar: bool,
pub gravatar_url: String,
}Fields§
§has_gravatar: bool§gravatar_url: StringTrait Implementations§
Source§impl Clone for AdvancedGravatar
impl Clone for AdvancedGravatar
Source§fn clone(&self) -> AdvancedGravatar
fn clone(&self) -> AdvancedGravatar
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AdvancedGravatar
impl Debug for AdvancedGravatar
Source§impl<'de> Deserialize<'de> for AdvancedGravatar
impl<'de> Deserialize<'de> for AdvancedGravatar
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 AdvancedGravatar
impl RefUnwindSafe for AdvancedGravatar
impl Send for AdvancedGravatar
impl Sync for AdvancedGravatar
impl Unpin for AdvancedGravatar
impl UnsafeUnpin for AdvancedGravatar
impl UnwindSafe for AdvancedGravatar
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