pub struct Communication {
pub mails_sent: MailsSent,
pub classified_ads: i32,
pub personals: i32,
}
Fields§
§mails_sent: MailsSent
§classified_ads: i32
§personals: i32
Trait Implementations§
Source§impl Clone for Communication
impl Clone for Communication
Source§fn clone(&self) -> Communication
fn clone(&self) -> Communication
Returns a copy 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 Communication
impl Debug for Communication
Source§impl<'de> Deserialize<'de> for Communication
impl<'de> Deserialize<'de> for Communication
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 Communication
impl PartialEq for Communication
impl StructuralPartialEq for Communication
Auto Trait Implementations§
impl Freeze for Communication
impl RefUnwindSafe for Communication
impl Send for Communication
impl Sync for Communication
impl Unpin for Communication
impl UnwindSafe for Communication
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