pub struct ReturnStatement<'a>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl<'a> AstNode<'a> for ReturnStatement<'a>
impl<'a> AstNode<'a> for ReturnStatement<'a>
Source§impl<'a> Clone for ReturnStatement<'a>
impl<'a> Clone for ReturnStatement<'a>
Source§fn clone(&self) -> ReturnStatement<'a>
fn clone(&self) -> ReturnStatement<'a>
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<'a> Debug for ReturnStatement<'a>
impl<'a> Debug for ReturnStatement<'a>
Source§impl Default for ReturnStatement<'_>
impl Default for ReturnStatement<'_>
Source§impl<'a> Hash for ReturnStatement<'a>
impl<'a> Hash for ReturnStatement<'a>
Source§impl<'a> PartialEq for ReturnStatement<'a>
impl<'a> PartialEq for ReturnStatement<'a>
impl<'a> Copy for ReturnStatement<'a>
impl<'a> Eq for ReturnStatement<'a>
impl<'a> StructuralPartialEq for ReturnStatement<'a>
Auto Trait Implementations§
impl<'a> Freeze for ReturnStatement<'a>
impl<'a> RefUnwindSafe for ReturnStatement<'a>
impl<'a> Send for ReturnStatement<'a>
impl<'a> Sync for ReturnStatement<'a>
impl<'a> Unpin for ReturnStatement<'a>
impl<'a> UnwindSafe for ReturnStatement<'a>
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