pub struct TextLine<Length: Default + Clone> {
pub byte_range: Range<usize>,
pub trailing_whitespace_bytes: usize,
/* private fields */
}
Fields§
§byte_range: Range<usize>
§trailing_whitespace_bytes: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Length> Freeze for TextLine<Length>where
Length: Freeze,
impl<Length> RefUnwindSafe for TextLine<Length>where
Length: RefUnwindSafe,
impl<Length> Send for TextLine<Length>where
Length: Send,
impl<Length> Sync for TextLine<Length>where
Length: Sync,
impl<Length> Unpin for TextLine<Length>where
Length: Unpin,
impl<Length> UnwindSafe for TextLine<Length>where
Length: UnwindSafe,
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