pub struct BooleanValue<'ast> {
pub value: String,
pub span: Span<'ast>,
}
Fields§
§value: String
§span: Span<'ast>
Trait Implementations§
Source§impl<'ast> Clone for BooleanValue<'ast>
impl<'ast> Clone for BooleanValue<'ast>
Source§fn clone(&self) -> BooleanValue<'ast>
fn clone(&self) -> BooleanValue<'ast>
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<'ast> Debug for BooleanValue<'ast>
impl<'ast> Debug for BooleanValue<'ast>
Source§impl<'ast> Display for BooleanValue<'ast>
impl<'ast> Display for BooleanValue<'ast>
Source§impl<'ast> FromPest<'ast> for BooleanValue<'ast>
impl<'ast> FromPest<'ast> for BooleanValue<'ast>
Source§impl<'ast> PartialEq for BooleanValue<'ast>
impl<'ast> PartialEq for BooleanValue<'ast>
impl<'ast> Eq for BooleanValue<'ast>
impl<'ast> StructuralPartialEq for BooleanValue<'ast>
Auto Trait Implementations§
impl<'ast> Freeze for BooleanValue<'ast>
impl<'ast> RefUnwindSafe for BooleanValue<'ast>
impl<'ast> Send for BooleanValue<'ast>
impl<'ast> Sync for BooleanValue<'ast>
impl<'ast> Unpin for BooleanValue<'ast>
impl<'ast> UnwindSafe for BooleanValue<'ast>
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