pub struct Empty { /* private fields */ }
Expand description
Empty item.
Trait Implementations§
Source§impl Span for Empty
impl Span for Empty
Source§fn start_position(&self) -> Position
fn start_position(&self) -> Position
Returns the start position of this item.
Source§fn end_position(&self) -> Position
fn end_position(&self) -> Position
Returns the end position of this item.
impl Copy for Empty
Auto Trait Implementations§
impl Freeze for Empty
impl RefUnwindSafe for Empty
impl Send for Empty
impl Sync for Empty
impl Unpin for Empty
impl UnwindSafe for Empty
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