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