pub enum inkEVerticalAlign {
Fill = 0,
Top = 1,
Center = 2,
Bottom = 3,
}Variants§
Trait Implementations§
Source§impl Clone for inkEVerticalAlign
impl Clone for inkEVerticalAlign
Source§fn clone(&self) -> inkEVerticalAlign
fn clone(&self) -> inkEVerticalAlign
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 inkEVerticalAlign
impl Debug for inkEVerticalAlign
Source§impl Default for inkEVerticalAlign
impl Default for inkEVerticalAlign
Source§fn default() -> inkEVerticalAlign
fn default() -> inkEVerticalAlign
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for inkEVerticalAlign
impl<'de> Deserialize<'de> for inkEVerticalAlign
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 Ord for inkEVerticalAlign
impl Ord for inkEVerticalAlign
Source§fn cmp(&self, other: &inkEVerticalAlign) -> Ordering
fn cmp(&self, other: &inkEVerticalAlign) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for inkEVerticalAlign
impl PartialEq for inkEVerticalAlign
Source§impl PartialOrd for inkEVerticalAlign
impl PartialOrd for inkEVerticalAlign
Source§impl Serialize for inkEVerticalAlign
impl Serialize for inkEVerticalAlign
impl Eq for inkEVerticalAlign
impl StructuralPartialEq for inkEVerticalAlign
Auto Trait Implementations§
impl Freeze for inkEVerticalAlign
impl RefUnwindSafe for inkEVerticalAlign
impl Send for inkEVerticalAlign
impl Sync for inkEVerticalAlign
impl Unpin for inkEVerticalAlign
impl UnwindSafe for inkEVerticalAlign
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