pub enum TextSlant {
Normal,
Italic,
Oblique,
}Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TextSlant
impl<'de> Deserialize<'de> for TextSlant
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 Copy for TextSlant
impl Eq for TextSlant
impl StructuralPartialEq for TextSlant
Auto Trait Implementations§
impl Freeze for TextSlant
impl RefUnwindSafe for TextSlant
impl Send for TextSlant
impl Sync for TextSlant
impl Unpin for TextSlant
impl UnsafeUnpin for TextSlant
impl UnwindSafe for TextSlant
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