pub struct ExtendedTestExprCommand {
pub expr: ExtendedTestExpr,
pub loc: TokenLocation,
}Expand description
An extended test expression command.
Fields§
§expr: ExtendedTestExprThe extended test expression
loc: TokenLocationLocation of the expression
Trait Implementations§
Source§impl Clone for ExtendedTestExprCommand
impl Clone for ExtendedTestExprCommand
Source§fn clone(&self) -> ExtendedTestExprCommand
fn clone(&self) -> ExtendedTestExprCommand
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 ExtendedTestExprCommand
impl Debug for ExtendedTestExprCommand
Source§impl Display for ExtendedTestExprCommand
impl Display for ExtendedTestExprCommand
Source§impl SourceLocation for ExtendedTestExprCommand
impl SourceLocation for ExtendedTestExprCommand
Source§fn location(&self) -> Option<TokenLocation>
fn location(&self) -> Option<TokenLocation>
The location of the syntax item, when known
Auto Trait Implementations§
impl Freeze for ExtendedTestExprCommand
impl RefUnwindSafe for ExtendedTestExprCommand
impl Send for ExtendedTestExprCommand
impl Sync for ExtendedTestExprCommand
impl Unpin for ExtendedTestExprCommand
impl UnwindSafe for ExtendedTestExprCommand
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