pub struct InvokeExpr {
pub surface: InvokeSurface,
pub range: TextRange,
}Fields§
§surface: InvokeSurface§range: TextRangeTrait Implementations§
Source§impl Clone for InvokeExpr
impl Clone for InvokeExpr
Source§fn clone(&self) -> InvokeExpr
fn clone(&self) -> InvokeExpr
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 InvokeExpr
impl Debug for InvokeExpr
Source§impl PartialEq for InvokeExpr
impl PartialEq for InvokeExpr
impl Eq for InvokeExpr
impl StructuralPartialEq for InvokeExpr
Auto Trait Implementations§
impl Freeze for InvokeExpr
impl RefUnwindSafe for InvokeExpr
impl Send for InvokeExpr
impl Sync for InvokeExpr
impl Unpin for InvokeExpr
impl UnsafeUnpin for InvokeExpr
impl UnwindSafe for InvokeExpr
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