Struct valkyrie_ast::StatementContext
source · pub struct StatementContext {}Expand description
The valid terms in a class body.
Trait Implementations§
source§impl Clone for StatementContext
impl Clone for StatementContext
source§fn clone(&self) -> StatementContext
fn clone(&self) -> StatementContext
Returns a copy 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 StatementContext
impl Debug for StatementContext
source§impl Hash for StatementContext
impl Hash for StatementContext
source§impl PartialEq for StatementContext
impl PartialEq for StatementContext
source§fn eq(&self, other: &StatementContext) -> bool
fn eq(&self, other: &StatementContext) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for StatementContext
impl Eq for StatementContext
impl StructuralPartialEq for StatementContext
Auto Trait Implementations§
impl RefUnwindSafe for StatementContext
impl Send for StatementContext
impl Sync for StatementContext
impl Unpin for StatementContext
impl UnwindSafe for StatementContext
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