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