pub enum AxPostconditionCheck {
Focused(bool),
AttributeValue {
name: String,
expected: Value,
},
}Variants§
Trait Implementations§
Source§impl Clone for AxPostconditionCheck
impl Clone for AxPostconditionCheck
Source§fn clone(&self) -> AxPostconditionCheck
fn clone(&self) -> AxPostconditionCheck
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 AxPostconditionCheck
impl Debug for AxPostconditionCheck
Source§impl PartialEq for AxPostconditionCheck
impl PartialEq for AxPostconditionCheck
impl StructuralPartialEq for AxPostconditionCheck
Auto Trait Implementations§
impl Freeze for AxPostconditionCheck
impl RefUnwindSafe for AxPostconditionCheck
impl Send for AxPostconditionCheck
impl Sync for AxPostconditionCheck
impl Unpin for AxPostconditionCheck
impl UnsafeUnpin for AxPostconditionCheck
impl UnwindSafe for AxPostconditionCheck
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