pub struct TextInspector;Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextInspector
impl RefUnwindSafe for TextInspector
impl Send for TextInspector
impl Sync for TextInspector
impl Unpin for TextInspector
impl UnsafeUnpin for TextInspector
impl UnwindSafe for TextInspector
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