pub struct GetMediaUsageResponseVideos {
pub monthly_used: Option<i64>,
pub monthly_limit: Option<i64>,
}Expand description
GetMediaUsageResponseVideos model.
Fields§
§monthly_used: Option<i64>§monthly_limit: Option<i64>Trait Implementations§
Source§impl Clone for GetMediaUsageResponseVideos
impl Clone for GetMediaUsageResponseVideos
Source§fn clone(&self) -> GetMediaUsageResponseVideos
fn clone(&self) -> GetMediaUsageResponseVideos
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 GetMediaUsageResponseVideos
impl Debug for GetMediaUsageResponseVideos
Source§impl Default for GetMediaUsageResponseVideos
impl Default for GetMediaUsageResponseVideos
Source§fn default() -> GetMediaUsageResponseVideos
fn default() -> GetMediaUsageResponseVideos
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetMediaUsageResponseVideos
impl<'de> Deserialize<'de> for GetMediaUsageResponseVideos
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
impl StructuralPartialEq for GetMediaUsageResponseVideos
Auto Trait Implementations§
impl Freeze for GetMediaUsageResponseVideos
impl RefUnwindSafe for GetMediaUsageResponseVideos
impl Send for GetMediaUsageResponseVideos
impl Sync for GetMediaUsageResponseVideos
impl Unpin for GetMediaUsageResponseVideos
impl UnsafeUnpin for GetMediaUsageResponseVideos
impl UnwindSafe for GetMediaUsageResponseVideos
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