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