pub struct LeadingSpace {
pub pos: Pos,
pub empty: bool,
}
Fields§
§pos: Pos
§empty: bool
Trait Implementations§
Source§impl Clone for LeadingSpace
impl Clone for LeadingSpace
Source§fn clone(&self) -> LeadingSpace
fn clone(&self) -> LeadingSpace
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LeadingSpace
impl Debug for LeadingSpace
Auto Trait Implementations§
impl Freeze for LeadingSpace
impl RefUnwindSafe for LeadingSpace
impl Send for LeadingSpace
impl Sync for LeadingSpace
impl Unpin for LeadingSpace
impl UnwindSafe for LeadingSpace
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