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