Struct rust_tdlib::types::MaskPointChin
source · [−]pub struct MaskPointChin { /* private fields */ }
Expand description
The mask is placed relatively to the chin
Implementations
Trait Implementations
sourceimpl AsRef<MaskPointChin> for MaskPointChin
impl AsRef<MaskPointChin> for MaskPointChin
sourcefn as_ref(&self) -> &MaskPointChin
fn as_ref(&self) -> &MaskPointChin
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for MaskPointChin
impl Clone for MaskPointChin
sourcefn clone(&self) -> MaskPointChin
fn clone(&self) -> MaskPointChin
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for MaskPointChin
impl Debug for MaskPointChin
sourceimpl Default for MaskPointChin
impl Default for MaskPointChin
sourcefn default() -> MaskPointChin
fn default() -> MaskPointChin
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for MaskPointChin
impl<'de> Deserialize<'de> for MaskPointChin
sourcefn 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
sourceimpl Serialize for MaskPointChin
impl Serialize for MaskPointChin
impl TDMaskPoint for MaskPointChin
Auto Trait Implementations
impl RefUnwindSafe for MaskPointChin
impl Send for MaskPointChin
impl Sync for MaskPointChin
impl Unpin for MaskPointChin
impl UnwindSafe for MaskPointChin
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more