pub struct NullLit {
pub span: Span,
}Fields§
§span: SpanTrait Implementations§
impl Eq for NullLit
impl StructuralPartialEq for NullLit
Auto Trait Implementations§
impl Freeze for NullLit
impl RefUnwindSafe for NullLit
impl Send for NullLit
impl Sync for NullLit
impl Unpin for NullLit
impl UnsafeUnpin for NullLit
impl UnwindSafe for NullLit
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