pub struct DeleteChatStickerSetBuilder { /* private fields */ }Expand description
Builder for the DeleteChatStickerSet structure
Implementations§
Trait Implementations§
Source§impl Builder for DeleteChatStickerSetBuilder
impl Builder for DeleteChatStickerSetBuilder
Source§type Value = DeleteChatStickerSet
type Value = DeleteChatStickerSet
Type to be built
Auto Trait Implementations§
impl Freeze for DeleteChatStickerSetBuilder
impl RefUnwindSafe for DeleteChatStickerSetBuilder
impl Send for DeleteChatStickerSetBuilder
impl Sync for DeleteChatStickerSetBuilder
impl Unpin for DeleteChatStickerSetBuilder
impl UnwindSafe for DeleteChatStickerSetBuilder
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