pub enum TextMirroring {
Readable,
Mirrored,
}Variants§
Trait Implementations§
Source§impl Clone for TextMirroring
impl Clone for TextMirroring
Source§fn clone(&self) -> TextMirroring
fn clone(&self) -> TextMirroring
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TextMirroring
impl Debug for TextMirroring
Source§impl<'_derivative_strum> From<&'_derivative_strum TextMirroring> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum TextMirroring> for &'static str
Source§fn from(x: &'_derivative_strum TextMirroring) -> &'static str
fn from(x: &'_derivative_strum TextMirroring) -> &'static str
Converts to this type from the input type.
Source§impl From<TextMirroring> for &'static str
impl From<TextMirroring> for &'static str
Source§fn from(x: TextMirroring) -> &'static str
fn from(x: TextMirroring) -> &'static str
Converts to this type from the input type.
Source§impl Hash for TextMirroring
impl Hash for TextMirroring
Source§impl PartialEq for TextMirroring
impl PartialEq for TextMirroring
Source§impl VariantArray for TextMirroring
impl VariantArray for TextMirroring
Source§impl VariantNames for TextMirroring
impl VariantNames for TextMirroring
impl Copy for TextMirroring
impl StructuralPartialEq for TextMirroring
Auto Trait Implementations§
impl Freeze for TextMirroring
impl RefUnwindSafe for TextMirroring
impl Send for TextMirroring
impl Sync for TextMirroring
impl Unpin for TextMirroring
impl UnwindSafe for TextMirroring
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)