pub enum SimpleTestShape {
Empty,
Truthy,
Unary,
Binary,
Other,
}Expand description
Extracted structural facts available to rules and callers.
Variants§
Trait Implementations§
Source§impl Clone for SimpleTestShape
impl Clone for SimpleTestShape
Source§fn clone(&self) -> SimpleTestShape
fn clone(&self) -> SimpleTestShape
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 SimpleTestShape
Source§impl Debug for SimpleTestShape
impl Debug for SimpleTestShape
impl Eq for SimpleTestShape
Source§impl PartialEq for SimpleTestShape
impl PartialEq for SimpleTestShape
impl StructuralPartialEq for SimpleTestShape
Auto Trait Implementations§
impl Freeze for SimpleTestShape
impl RefUnwindSafe for SimpleTestShape
impl Send for SimpleTestShape
impl Sync for SimpleTestShape
impl Unpin for SimpleTestShape
impl UnsafeUnpin for SimpleTestShape
impl UnwindSafe for SimpleTestShape
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