pub struct MasterVersionStats {
pub user: Option<CollectionStats>,
pub community: Option<CollectionStats>,
}Fields§
§user: Option<CollectionStats>§community: Option<CollectionStats>Trait Implementations§
Source§impl Clone for MasterVersionStats
impl Clone for MasterVersionStats
Source§fn clone(&self) -> MasterVersionStats
fn clone(&self) -> MasterVersionStats
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 MasterVersionStats
impl Debug for MasterVersionStats
Source§impl<'de> Deserialize<'de> for MasterVersionStats
impl<'de> Deserialize<'de> for MasterVersionStats
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 MasterVersionStats
impl RefUnwindSafe for MasterVersionStats
impl Send for MasterVersionStats
impl Sync for MasterVersionStats
impl Unpin for MasterVersionStats
impl UnsafeUnpin for MasterVersionStats
impl UnwindSafe for MasterVersionStats
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