pub struct VKChatPhoto {
pub photo_50: String,
pub photo_100: String,
pub photo_200: String,
}Fields§
§photo_50: String§photo_100: String§photo_200: StringTrait Implementations§
Source§impl Clone for VKChatPhoto
impl Clone for VKChatPhoto
Source§fn clone(&self) -> VKChatPhoto
fn clone(&self) -> VKChatPhoto
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 VKChatPhoto
impl Debug for VKChatPhoto
Source§impl Default for VKChatPhoto
impl Default for VKChatPhoto
Source§fn default() -> VKChatPhoto
fn default() -> VKChatPhoto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VKChatPhoto
impl<'de> Deserialize<'de> for VKChatPhoto
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 VKChatPhoto
impl RefUnwindSafe for VKChatPhoto
impl Send for VKChatPhoto
impl Sync for VKChatPhoto
impl Unpin for VKChatPhoto
impl UnwindSafe for VKChatPhoto
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