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