pub enum StabClauseOperator {
Arrow(Span),
}Variants§
Trait Implementations§
Source§impl Clone for StabClauseOperator
impl Clone for StabClauseOperator
Source§fn clone(&self) -> StabClauseOperator
fn clone(&self) -> StabClauseOperator
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 moreSource§impl Debug for StabClauseOperator
impl Debug for StabClauseOperator
impl Eq for StabClauseOperator
Source§impl<'tree> FromNode<'tree> for StabClauseOperator
impl<'tree> FromNode<'tree> for StabClauseOperator
Source§impl PartialEq for StabClauseOperator
impl PartialEq for StabClauseOperator
Source§impl Spanned for StabClauseOperator
impl Spanned for StabClauseOperator
impl StructuralPartialEq for StabClauseOperator
Auto Trait Implementations§
impl Freeze for StabClauseOperator
impl RefUnwindSafe for StabClauseOperator
impl Send for StabClauseOperator
impl Sync for StabClauseOperator
impl Unpin for StabClauseOperator
impl UnsafeUnpin for StabClauseOperator
impl UnwindSafe for StabClauseOperator
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