pub struct VKVideoImage {
pub with_padding: Option<i8>,
pub url: String,
pub width: i32,
pub height: i32,
}Fields§
§with_padding: Option<i8>§url: String§width: i32§height: i32Trait Implementations§
Source§impl Clone for VKVideoImage
impl Clone for VKVideoImage
Source§fn clone(&self) -> VKVideoImage
fn clone(&self) -> VKVideoImage
Returns a duplicate 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 VKVideoImage
impl Debug for VKVideoImage
Source§impl Default for VKVideoImage
impl Default for VKVideoImage
Source§fn default() -> VKVideoImage
fn default() -> VKVideoImage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VKVideoImage
impl<'de> Deserialize<'de> for VKVideoImage
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
Auto Trait Implementations§
impl Freeze for VKVideoImage
impl RefUnwindSafe for VKVideoImage
impl Send for VKVideoImage
impl Sync for VKVideoImage
impl Unpin for VKVideoImage
impl UnwindSafe for VKVideoImage
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