Struct jsonpath_plus::ast::BoolLit
source · [−]pub struct BoolLit { /* private fields */ }
Expand description
A boolean literal, such as true
or false
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BoolLit
impl Send for BoolLit
impl Sync for BoolLit
impl Unpin for BoolLit
impl UnwindSafe for BoolLit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more