pub enum TextCapsValues {
All,
None,
Small,
}Variants§
Trait Implementations§
Source§impl Clone for TextCapsValues
impl Clone for TextCapsValues
Source§fn clone(&self) -> TextCapsValues
fn clone(&self) -> TextCapsValues
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 TextCapsValues
impl Debug for TextCapsValues
Source§impl Default for TextCapsValues
impl Default for TextCapsValues
Source§impl EnumTrait for TextCapsValues
impl EnumTrait for TextCapsValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for TextCapsValues
impl RefUnwindSafe for TextCapsValues
impl Send for TextCapsValues
impl Sync for TextCapsValues
impl Unpin for TextCapsValues
impl UnwindSafe for TextCapsValues
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