pub struct BooleanType {}
Trait Implementations§
Source§impl Clone for BooleanType
impl Clone for BooleanType
Source§fn clone(&self) -> BooleanType
fn clone(&self) -> BooleanType
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 Debug for BooleanType
impl Debug for BooleanType
Source§impl<'unique_lifetime_name> FromPest<'unique_lifetime_name> for BooleanType
impl<'unique_lifetime_name> FromPest<'unique_lifetime_name> for BooleanType
Source§impl PartialEq for BooleanType
impl PartialEq for BooleanType
impl Eq for BooleanType
impl StructuralPartialEq for BooleanType
Auto Trait Implementations§
impl Freeze for BooleanType
impl RefUnwindSafe for BooleanType
impl Send for BooleanType
impl Sync for BooleanType
impl Unpin for BooleanType
impl UnwindSafe for BooleanType
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