pub struct SetStickerMaskPosition { /* private fields */ }Expand description
Builder for the setStickerMaskPosition method.
Implementations§
Source§impl SetStickerMaskPosition
impl SetStickerMaskPosition
Sourcepub fn mask_position(self, mp: MaskPosition) -> Self
pub fn mask_position(self, mp: MaskPosition) -> Self
Sets the mask position for this mask sticker.
Trait Implementations§
Source§impl IntoFuture for SetStickerMaskPosition
impl IntoFuture for SetStickerMaskPosition
Source§type IntoFuture = Pin<Box<dyn Future<Output = <SetStickerMaskPosition as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <SetStickerMaskPosition as IntoFuture>::Output> + Send>>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for SetStickerMaskPosition
impl !UnwindSafe for SetStickerMaskPosition
impl Freeze for SetStickerMaskPosition
impl Send for SetStickerMaskPosition
impl Sync for SetStickerMaskPosition
impl Unpin for SetStickerMaskPosition
impl UnsafeUnpin for SetStickerMaskPosition
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