pub struct TextKind;Trait Implementations§
Source§impl Ord for TextKind
impl Ord for TextKind
Source§impl PartialOrd for TextKind
impl PartialOrd for TextKind
impl Copy for TextKind
impl Eq for TextKind
impl StructuralPartialEq for TextKind
Auto Trait Implementations§
impl Freeze for TextKind
impl RefUnwindSafe for TextKind
impl Send for TextKind
impl Sync for TextKind
impl Unpin for TextKind
impl UnsafeUnpin for TextKind
impl UnwindSafe for TextKind
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