Struct xlang_syntax::ast::None
source · [−]pub struct None {
pub loc: Loc,
}Expand description
A none value.
Fields
loc: LocImplementations
Trait Implementations
impl StructuralPartialEq for None
Auto Trait Implementations
impl RefUnwindSafe for None
impl Send for None
impl Sync for None
impl Unpin for None
impl UnwindSafe for None
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more