pub struct AddStickerToSetParams {
pub user_id: i64,
pub name: String,
pub sticker: InputSticker,
}Fields§
§user_id: i64§name: String§sticker: InputStickerTrait Implementations§
Source§impl Clone for AddStickerToSetParams
impl Clone for AddStickerToSetParams
Source§fn clone(&self) -> AddStickerToSetParams
fn clone(&self) -> AddStickerToSetParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AddStickerToSetParams
impl Debug for AddStickerToSetParams
Auto Trait Implementations§
impl Freeze for AddStickerToSetParams
impl RefUnwindSafe for AddStickerToSetParams
impl Send for AddStickerToSetParams
impl Sync for AddStickerToSetParams
impl Unpin for AddStickerToSetParams
impl UnsafeUnpin for AddStickerToSetParams
impl UnwindSafe for AddStickerToSetParams
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