pub enum ClauseIntro {
ForEach(VariableIntro),
ThereIs(VariableIntro),
Conditional(Relation),
}
Variants§
Trait Implementations§
Source§impl Clone for ClauseIntro
impl Clone for ClauseIntro
Source§fn clone(&self) -> ClauseIntro
fn clone(&self) -> ClauseIntro
Returns a copy 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 ClauseIntro
impl Debug for ClauseIntro
Source§impl From<&ClauseIntro> for OgClauseIntroType
impl From<&ClauseIntro> for OgClauseIntroType
Source§fn from(value: &ClauseIntro) -> Self
fn from(value: &ClauseIntro) -> Self
Converts to this type from the input type.
Source§impl From<&ClauseIntro> for Template
impl From<&ClauseIntro> for Template
Source§fn from(value: &ClauseIntro) -> Self
fn from(value: &ClauseIntro) -> Self
Converts to this type from the input type.
Source§impl Hash for ClauseIntro
impl Hash for ClauseIntro
Source§impl PartialEq for ClauseIntro
impl PartialEq for ClauseIntro
impl Eq for ClauseIntro
impl StructuralPartialEq for ClauseIntro
Auto Trait Implementations§
impl Freeze for ClauseIntro
impl RefUnwindSafe for ClauseIntro
impl Send for ClauseIntro
impl Sync for ClauseIntro
impl Unpin for ClauseIntro
impl UnwindSafe for ClauseIntro
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