pub enum TextCommonFallbackInjection {
PlatformDefault,
None,
CommonFallback,
}Variants§
Trait Implementations§
Source§impl Clone for TextCommonFallbackInjection
impl Clone for TextCommonFallbackInjection
Source§fn clone(&self) -> TextCommonFallbackInjection
fn clone(&self) -> TextCommonFallbackInjection
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 TextCommonFallbackInjection
Source§impl Debug for TextCommonFallbackInjection
impl Debug for TextCommonFallbackInjection
Source§impl Default for TextCommonFallbackInjection
impl Default for TextCommonFallbackInjection
Source§fn default() -> TextCommonFallbackInjection
fn default() -> TextCommonFallbackInjection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TextCommonFallbackInjection
impl<'de> Deserialize<'de> for TextCommonFallbackInjection
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 TextCommonFallbackInjection
Source§impl PartialEq for TextCommonFallbackInjection
impl PartialEq for TextCommonFallbackInjection
Source§fn eq(&self, other: &TextCommonFallbackInjection) -> bool
fn eq(&self, other: &TextCommonFallbackInjection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TextCommonFallbackInjection
Auto Trait Implementations§
impl Freeze for TextCommonFallbackInjection
impl RefUnwindSafe for TextCommonFallbackInjection
impl Send for TextCommonFallbackInjection
impl Sync for TextCommonFallbackInjection
impl Unpin for TextCommonFallbackInjection
impl UnsafeUnpin for TextCommonFallbackInjection
impl UnwindSafe for TextCommonFallbackInjection
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