pub struct ReturnWithValue<T>where
T: TypeSet,{
pub return_token: Token,
pub expression: RightHandExpression<T>,
pub semicolon: Token,
}Fields§
§return_token: Token§expression: RightHandExpression<T>§semicolon: TokenImplementations§
Trait Implementations§
Source§impl<T> Clone for ReturnWithValue<T>where
T: TypeSet,
impl<T> Clone for ReturnWithValue<T>where
T: TypeSet,
Auto Trait Implementations§
impl<T> Freeze for ReturnWithValue<T>
impl<T> RefUnwindSafe for ReturnWithValue<T>
impl<T> Send for ReturnWithValue<T>
impl<T> Sync for ReturnWithValue<T>
impl<T> Unpin for ReturnWithValue<T>
impl<T> UnwindSafe for ReturnWithValue<T>
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