pub struct ActivityParty {
pub id: Option<String>,
pub size: Option<[u64; 2]>,
}
Fields§
§id: Option<String>
§size: Option<[u64; 2]>
Trait Implementations§
source§impl Clone for ActivityParty
impl Clone for ActivityParty
source§fn clone(&self) -> ActivityParty
fn clone(&self) -> ActivityParty
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 ActivityParty
impl Debug for ActivityParty
source§impl<'de> Deserialize<'de> for ActivityParty
impl<'de> Deserialize<'de> for ActivityParty
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 Hash for ActivityParty
impl Hash for ActivityParty
source§impl PartialEq for ActivityParty
impl PartialEq for ActivityParty
source§impl Serialize for ActivityParty
impl Serialize for ActivityParty
impl Eq for ActivityParty
impl StructuralPartialEq for ActivityParty
Auto Trait Implementations§
impl Freeze for ActivityParty
impl RefUnwindSafe for ActivityParty
impl Send for ActivityParty
impl Sync for ActivityParty
impl Unpin for ActivityParty
impl UnwindSafe for ActivityParty
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)