pub enum STTextCapsType {
None,
Small,
All,
}Variants§
Trait Implementations§
Source§impl Clone for STTextCapsType
impl Clone for STTextCapsType
Source§fn clone(&self) -> STTextCapsType
fn clone(&self) -> STTextCapsType
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 STTextCapsType
impl Debug for STTextCapsType
Source§impl<'de> Deserialize<'de> for STTextCapsType
impl<'de> Deserialize<'de> for STTextCapsType
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 Display for STTextCapsType
impl Display for STTextCapsType
Source§impl FromStr for STTextCapsType
impl FromStr for STTextCapsType
Source§impl PartialEq for STTextCapsType
impl PartialEq for STTextCapsType
Source§impl Serialize for STTextCapsType
impl Serialize for STTextCapsType
impl Copy for STTextCapsType
impl Eq for STTextCapsType
impl StructuralPartialEq for STTextCapsType
Auto Trait Implementations§
impl Freeze for STTextCapsType
impl RefUnwindSafe for STTextCapsType
impl Send for STTextCapsType
impl Sync for STTextCapsType
impl Unpin for STTextCapsType
impl UnsafeUnpin for STTextCapsType
impl UnwindSafe for STTextCapsType
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