pub enum TextHint {
KnownText,
GuessedText,
KnownBinary,
GuessedBinary,
}Variants§
Trait Implementations§
impl Copy for TextHint
impl Eq for TextHint
impl StructuralPartialEq for TextHint
Auto Trait Implementations§
impl Freeze for TextHint
impl RefUnwindSafe for TextHint
impl Send for TextHint
impl Sync for TextHint
impl Unpin for TextHint
impl UnwindSafe for TextHint
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