pub enum ExpectedOutcome {
Linearization(&'static [&'static str]),
Traversal(&'static [&'static str]),
Subclass(bool),
Constructed(&'static str),
Rejected(&'static str),
}Variants§
Linearization(&'static [&'static str])
Traversal(&'static [&'static str])
Subclass(bool)
Constructed(&'static str)
Rejected(&'static str)
Trait Implementations§
Source§impl Clone for ExpectedOutcome
impl Clone for ExpectedOutcome
Source§fn clone(&self) -> ExpectedOutcome
fn clone(&self) -> ExpectedOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExpectedOutcome
Source§impl Debug for ExpectedOutcome
impl Debug for ExpectedOutcome
impl Eq for ExpectedOutcome
Source§impl PartialEq for ExpectedOutcome
impl PartialEq for ExpectedOutcome
impl StructuralPartialEq for ExpectedOutcome
Auto Trait Implementations§
impl Freeze for ExpectedOutcome
impl RefUnwindSafe for ExpectedOutcome
impl Send for ExpectedOutcome
impl Sync for ExpectedOutcome
impl Unpin for ExpectedOutcome
impl UnsafeUnpin for ExpectedOutcome
impl UnwindSafe for ExpectedOutcome
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