pub struct GetStickerPackResponse {
pub result: StickerPack,
}Expand description
Модель ответа сервера на запрос информации о наборе стикеров
Fields§
§result: StickerPackРезультат запроса информации о наборе стикеров
Trait Implementations§
Source§impl Clone for GetStickerPackResponse
impl Clone for GetStickerPackResponse
Source§fn clone(&self) -> GetStickerPackResponse
fn clone(&self) -> GetStickerPackResponse
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 GetStickerPackResponse
impl Debug for GetStickerPackResponse
Source§impl<'de> Deserialize<'de> for GetStickerPackResponse
impl<'de> Deserialize<'de> for GetStickerPackResponse
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 GetStickerPackResponse
impl RefUnwindSafe for GetStickerPackResponse
impl Send for GetStickerPackResponse
impl Sync for GetStickerPackResponse
impl Unpin for GetStickerPackResponse
impl UnwindSafe for GetStickerPackResponse
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