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