pub struct LabelledStmt { /* private fields */ }Expand description
Implementations§
Source§impl LabelledStmt
impl LabelledStmt
Trait Implementations§
Source§impl AstNode for LabelledStmt
impl AstNode for LabelledStmt
Source§impl Clone for LabelledStmt
impl Clone for LabelledStmt
Source§fn clone(&self) -> LabelledStmt
fn clone(&self) -> LabelledStmt
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 LabelledStmt
impl Debug for LabelledStmt
Source§impl Display for LabelledStmt
impl Display for LabelledStmt
Source§impl From<LabelledStmt> for Stmt
impl From<LabelledStmt> for Stmt
Source§fn from(node: LabelledStmt) -> Stmt
fn from(node: LabelledStmt) -> Stmt
Converts to this type from the input type.
Source§impl Hash for LabelledStmt
impl Hash for LabelledStmt
Source§impl PartialEq for LabelledStmt
impl PartialEq for LabelledStmt
impl Eq for LabelledStmt
impl StructuralPartialEq for LabelledStmt
Auto Trait Implementations§
impl Freeze for LabelledStmt
impl RefUnwindSafe for LabelledStmt
impl Send for LabelledStmt
impl Sync for LabelledStmt
impl Unpin for LabelledStmt
impl UnwindSafe for LabelledStmt
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