pub struct NoLinesOfText;Expand description
NoLinesOfText (33).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoLinesOfText
impl RefUnwindSafe for NoLinesOfText
impl Send for NoLinesOfText
impl Sync for NoLinesOfText
impl Unpin for NoLinesOfText
impl UnsafeUnpin for NoLinesOfText
impl UnwindSafe for NoLinesOfText
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