pub enum TextBoxHorizontalAlign {
Left,
Center,
Right,
}Variants§
Trait Implementations§
Source§impl Clone for TextBoxHorizontalAlign
impl Clone for TextBoxHorizontalAlign
Source§fn clone(&self) -> TextBoxHorizontalAlign
fn clone(&self) -> TextBoxHorizontalAlign
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TextBoxHorizontalAlign
Source§impl Debug for TextBoxHorizontalAlign
impl Debug for TextBoxHorizontalAlign
Source§impl Default for TextBoxHorizontalAlign
impl Default for TextBoxHorizontalAlign
Source§fn default() -> TextBoxHorizontalAlign
fn default() -> TextBoxHorizontalAlign
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TextBoxHorizontalAlign
impl<'de> Deserialize<'de> for TextBoxHorizontalAlign
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
impl Eq for TextBoxHorizontalAlign
Source§impl PartialEq for TextBoxHorizontalAlign
impl PartialEq for TextBoxHorizontalAlign
Source§fn eq(&self, other: &TextBoxHorizontalAlign) -> bool
fn eq(&self, other: &TextBoxHorizontalAlign) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TextBoxHorizontalAlign
impl Serialize for TextBoxHorizontalAlign
impl StructuralPartialEq for TextBoxHorizontalAlign
Auto Trait Implementations§
impl Freeze for TextBoxHorizontalAlign
impl RefUnwindSafe for TextBoxHorizontalAlign
impl Send for TextBoxHorizontalAlign
impl Sync for TextBoxHorizontalAlign
impl Unpin for TextBoxHorizontalAlign
impl UnsafeUnpin for TextBoxHorizontalAlign
impl UnwindSafe for TextBoxHorizontalAlign
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