pub enum Textinfo {
Flags(TextinfoFlags),
None,
}
Variants§
Flags(TextinfoFlags)
None
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Textinfo
impl RefUnwindSafe for Textinfo
impl Send for Textinfo
impl Sync for Textinfo
impl Unpin for Textinfo
impl UnwindSafe for Textinfo
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