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