Enum brush_parser::word::ParameterTestType
source · pub enum ParameterTestType {
UnsetOrNull,
Unset,
}Expand description
Type of a parameter test.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParameterTestType
impl RefUnwindSafe for ParameterTestType
impl Send for ParameterTestType
impl Sync for ParameterTestType
impl Unpin for ParameterTestType
impl UnwindSafe for ParameterTestType
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