pub enum TitleCase {
None,
Upper,
Lower,
}Expand description
Title case transform applied to figure titles by some themes.
Variants§
Trait Implementations§
impl Copy for TitleCase
impl Eq for TitleCase
impl StructuralPartialEq for TitleCase
Auto Trait Implementations§
impl Freeze for TitleCase
impl RefUnwindSafe for TitleCase
impl Send for TitleCase
impl Sync for TitleCase
impl Unpin for TitleCase
impl UnsafeUnpin for TitleCase
impl UnwindSafe for TitleCase
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