Struct atrium_api::com::atproto::admin::defs::VideoDetails
source · pub struct VideoDetails {
pub height: i64,
pub length: i64,
pub width: i64,
}Fields§
§height: i64§length: i64§width: i64Trait Implementations§
source§impl Clone for VideoDetails
impl Clone for VideoDetails
source§fn clone(&self) -> VideoDetails
fn clone(&self) -> VideoDetails
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 VideoDetails
impl Debug for VideoDetails
source§impl<'de> Deserialize<'de> for VideoDetails
impl<'de> Deserialize<'de> for VideoDetails
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 VideoDetails
impl PartialEq for VideoDetails
source§fn eq(&self, other: &VideoDetails) -> bool
fn eq(&self, other: &VideoDetails) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for VideoDetails
impl Serialize for VideoDetails
impl Eq for VideoDetails
impl StructuralPartialEq for VideoDetails
Auto Trait Implementations§
impl RefUnwindSafe for VideoDetails
impl Send for VideoDetails
impl Sync for VideoDetails
impl Unpin for VideoDetails
impl UnwindSafe for VideoDetails
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