pub struct SetCardCountResume {
pub total: u16,
pub official: u16,
}Expand description
Set card count summary
Fields§
§total: u16Total number of cards
official: u16Number of cards officially numbered
Trait Implementations§
Source§impl Clone for SetCardCountResume
impl Clone for SetCardCountResume
Source§fn clone(&self) -> SetCardCountResume
fn clone(&self) -> SetCardCountResume
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 SetCardCountResume
impl Debug for SetCardCountResume
Source§impl<'de> Deserialize<'de> for SetCardCountResume
impl<'de> Deserialize<'de> for SetCardCountResume
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 SetCardCountResume
impl RefUnwindSafe for SetCardCountResume
impl Send for SetCardCountResume
impl Sync for SetCardCountResume
impl Unpin for SetCardCountResume
impl UnwindSafe for SetCardCountResume
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