pub struct StickerFullTypeMask {
pub mask_position: Option<MaskPosition>,
}
Expand description
The sticker is a mask in WEBP format to be placed on photos or videos
Fields§
§mask_position: Option<MaskPosition>
Position where the mask is placed; may be null
Trait Implementations§
Source§impl Clone for StickerFullTypeMask
impl Clone for StickerFullTypeMask
Source§fn clone(&self) -> StickerFullTypeMask
fn clone(&self) -> StickerFullTypeMask
Returns a duplicate of the value. Read more
1.0.0 · 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 StickerFullTypeMask
impl Debug for StickerFullTypeMask
Source§impl<'de> Deserialize<'de> for StickerFullTypeMask
impl<'de> Deserialize<'de> for StickerFullTypeMask
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for StickerFullTypeMask
impl PartialEq for StickerFullTypeMask
Source§impl Serialize for StickerFullTypeMask
impl Serialize for StickerFullTypeMask
impl StructuralPartialEq for StickerFullTypeMask
Auto Trait Implementations§
impl Freeze for StickerFullTypeMask
impl RefUnwindSafe for StickerFullTypeMask
impl Send for StickerFullTypeMask
impl Sync for StickerFullTypeMask
impl Unpin for StickerFullTypeMask
impl UnwindSafe for StickerFullTypeMask
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