pub struct LibraryStatsResponseDto {
pub photos: i32,
pub total: i32,
pub usage: i64,
pub videos: i32,
}Fields§
§photos: i32§total: i32§usage: i64§videos: i32Implementations§
Trait Implementations§
Source§impl Clone for LibraryStatsResponseDto
impl Clone for LibraryStatsResponseDto
Source§fn clone(&self) -> LibraryStatsResponseDto
fn clone(&self) -> LibraryStatsResponseDto
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LibraryStatsResponseDto
impl Debug for LibraryStatsResponseDto
Source§impl Default for LibraryStatsResponseDto
impl Default for LibraryStatsResponseDto
Source§fn default() -> LibraryStatsResponseDto
fn default() -> LibraryStatsResponseDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LibraryStatsResponseDto
impl<'de> Deserialize<'de> for LibraryStatsResponseDto
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 LibraryStatsResponseDto
impl PartialEq for LibraryStatsResponseDto
Source§impl Serialize for LibraryStatsResponseDto
impl Serialize for LibraryStatsResponseDto
impl StructuralPartialEq for LibraryStatsResponseDto
Auto Trait Implementations§
impl Freeze for LibraryStatsResponseDto
impl RefUnwindSafe for LibraryStatsResponseDto
impl Send for LibraryStatsResponseDto
impl Sync for LibraryStatsResponseDto
impl Unpin for LibraryStatsResponseDto
impl UnsafeUnpin for LibraryStatsResponseDto
impl UnwindSafe for LibraryStatsResponseDto
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