pub struct PersonalStatsCommunication {
pub communication: Communication,
}
Fields§
§communication: Communication
Trait Implementations§
Source§impl Clone for PersonalStatsCommunication
impl Clone for PersonalStatsCommunication
Source§fn clone(&self) -> PersonalStatsCommunication
fn clone(&self) -> PersonalStatsCommunication
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 PersonalStatsCommunication
impl Debug for PersonalStatsCommunication
Source§impl<'de> Deserialize<'de> for PersonalStatsCommunication
impl<'de> Deserialize<'de> for PersonalStatsCommunication
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 From<PersonalStatsCommunication> for Personalstats
impl From<PersonalStatsCommunication> for Personalstats
Source§fn from(value: PersonalStatsCommunication) -> Self
fn from(value: PersonalStatsCommunication) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for PersonalStatsCommunication
Auto Trait Implementations§
impl Freeze for PersonalStatsCommunication
impl RefUnwindSafe for PersonalStatsCommunication
impl Send for PersonalStatsCommunication
impl Sync for PersonalStatsCommunication
impl Unpin for PersonalStatsCommunication
impl UnwindSafe for PersonalStatsCommunication
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