pub struct NullElement {
pub span: Span,
}Expand description
Null 매크로 [null]
Fields§
§span: SpanTrait Implementations§
Source§impl Clone for NullElement
impl Clone for NullElement
Source§fn clone(&self) -> NullElement
fn clone(&self) -> NullElement
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 NullElement
impl Debug for NullElement
Auto Trait Implementations§
impl Freeze for NullElement
impl RefUnwindSafe for NullElement
impl Send for NullElement
impl Sync for NullElement
impl Unpin for NullElement
impl UnwindSafe for NullElement
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