pub enum TDVariant {
Default,
First,
Last,
LastNonEmptyHeading,
}Variants§
Auto Trait Implementations§
impl Freeze for TDVariant
impl RefUnwindSafe for TDVariant
impl Send for TDVariant
impl Sync for TDVariant
impl Unpin for TDVariant
impl UnsafeUnpin for TDVariant
impl UnwindSafe for TDVariant
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