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