Struct air_parser::ast::Null
source · pub struct Null;
Expand description
(null)
Trait Implementations§
source§impl PartialEq for Null
impl PartialEq for Null
source§impl PeerIDErrorLogable for Null
impl PeerIDErrorLogable for Null
fn log_errors_with_peer_id(&self) -> bool
impl Eq for Null
impl StructuralPartialEq for Null
Auto Trait Implementations§
impl Freeze for Null
impl RefUnwindSafe for Null
impl Send for Null
impl Sync for Null
impl Unpin for Null
impl UnwindSafe for Null
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