pub struct VssJsonCollectionWrapperBase {
pub count: Option<i32>,
}
Expand description
Fields§
§count: Option<i32>
The number of serialized items.
Implementations§
Trait Implementations§
source§impl Clone for VssJsonCollectionWrapperBase
impl Clone for VssJsonCollectionWrapperBase
source§fn clone(&self) -> VssJsonCollectionWrapperBase
fn clone(&self) -> VssJsonCollectionWrapperBase
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 VssJsonCollectionWrapperBase
impl Debug for VssJsonCollectionWrapperBase
source§impl Default for VssJsonCollectionWrapperBase
impl Default for VssJsonCollectionWrapperBase
source§fn default() -> VssJsonCollectionWrapperBase
fn default() -> VssJsonCollectionWrapperBase
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for VssJsonCollectionWrapperBase
impl<'de> Deserialize<'de> for VssJsonCollectionWrapperBase
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 VssJsonCollectionWrapperBase
impl PartialEq for VssJsonCollectionWrapperBase
source§fn eq(&self, other: &VssJsonCollectionWrapperBase) -> bool
fn eq(&self, other: &VssJsonCollectionWrapperBase) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VssJsonCollectionWrapperBase
Auto Trait Implementations§
impl RefUnwindSafe for VssJsonCollectionWrapperBase
impl Send for VssJsonCollectionWrapperBase
impl Sync for VssJsonCollectionWrapperBase
impl Unpin for VssJsonCollectionWrapperBase
impl UnwindSafe for VssJsonCollectionWrapperBase
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