pub struct Trivia {
pub range: Range,
pub end: Pos,
pub first_comment_start: Option<Pos>,
pub has_white_space: bool,
}Fields§
§range: Range§end: Pos§first_comment_start: Option<Pos>§has_white_space: boolImplementations§
Trait Implementations§
impl Copy for Trivia
impl Eq for Trivia
impl StructuralPartialEq for Trivia
Auto Trait Implementations§
impl Freeze for Trivia
impl RefUnwindSafe for Trivia
impl Send for Trivia
impl Sync for Trivia
impl Unpin for Trivia
impl UnsafeUnpin for Trivia
impl UnwindSafe for Trivia
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