pub enum ForInStatementOperator {
In(Span),
Of(Span),
}Variants§
Trait Implementations§
Source§impl Clone for ForInStatementOperator
impl Clone for ForInStatementOperator
Source§fn clone(&self) -> ForInStatementOperator
fn clone(&self) -> ForInStatementOperator
Returns a duplicate 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 ForInStatementOperator
impl Debug for ForInStatementOperator
Source§impl<'tree> FromNode<'tree> for ForInStatementOperator
impl<'tree> FromNode<'tree> for ForInStatementOperator
Auto Trait Implementations§
impl Freeze for ForInStatementOperator
impl RefUnwindSafe for ForInStatementOperator
impl Send for ForInStatementOperator
impl Sync for ForInStatementOperator
impl Unpin for ForInStatementOperator
impl UnsafeUnpin for ForInStatementOperator
impl UnwindSafe for ForInStatementOperator
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