Struct xlang_syntax::ast::Bool
source · [−]Expand description
A boolean constant.
Fields
loc: Locvalue: &'input strImplementations
Trait Implementations
sourceimpl<'input> PartialEq<Bool<'input>> for Bool<'input>
impl<'input> PartialEq<Bool<'input>> for Bool<'input>
impl<'input> StructuralPartialEq for Bool<'input>
Auto Trait Implementations
impl<'input> RefUnwindSafe for Bool<'input>
impl<'input> Send for Bool<'input>
impl<'input> Sync for Bool<'input>
impl<'input> Unpin for Bool<'input>
impl<'input> UnwindSafe for Bool<'input>
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