pub struct Line<'line, 'txt: 'line> { /* private fields */ }Expand description
Represents a line in a Gopher menu. Provides the actual text of the line, vs LineSpan which is just location data.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'line, 'txt> Freeze for Line<'line, 'txt>
impl<'line, 'txt> RefUnwindSafe for Line<'line, 'txt>
impl<'line, 'txt> Send for Line<'line, 'txt>
impl<'line, 'txt> Sync for Line<'line, 'txt>
impl<'line, 'txt> Unpin for Line<'line, 'txt>
impl<'line, 'txt> UnwindSafe for Line<'line, 'txt>
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