pub struct ReturnStatement<'a> {
pub returns: ReturnValue<'a>,
pub loc: SourceLocation,
}Expand description
Return statement
Fields§
§returns: ReturnValue<'a>§loc: SourceLocationImplementations§
Trait Implementations§
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> UnsafeUnpin 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