pub struct InspectMediaFile {
pub url: String,
pub mime_type: String,
pub delivery: String,
pub width: String,
pub height: String,
pub bitrate: String,
}Fields§
§url: String§mime_type: String§delivery: String§width: String§height: String§bitrate: StringTrait Implementations§
Source§impl Clone for InspectMediaFile
impl Clone for InspectMediaFile
Source§fn clone(&self) -> InspectMediaFile
fn clone(&self) -> InspectMediaFile
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 InspectMediaFile
impl Debug for InspectMediaFile
Source§impl PartialEq for InspectMediaFile
impl PartialEq for InspectMediaFile
Source§fn eq(&self, other: &InspectMediaFile) -> bool
fn eq(&self, other: &InspectMediaFile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for InspectMediaFile
impl StructuralPartialEq for InspectMediaFile
Auto Trait Implementations§
impl Freeze for InspectMediaFile
impl RefUnwindSafe for InspectMediaFile
impl Send for InspectMediaFile
impl Sync for InspectMediaFile
impl Unpin for InspectMediaFile
impl UnsafeUnpin for InspectMediaFile
impl UnwindSafe for InspectMediaFile
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