pub struct ReactiveScopeEarlyReturn {
pub value: IdentifierId,
pub loc: Option<SourceLocation>,
pub label: BlockId,
}Expand description
Early return value info for a reactive scope.
Fields§
§value: IdentifierId§loc: Option<SourceLocation>§label: BlockIdTrait Implementations§
Source§impl Clone for ReactiveScopeEarlyReturn
impl Clone for ReactiveScopeEarlyReturn
Source§fn clone(&self) -> ReactiveScopeEarlyReturn
fn clone(&self) -> ReactiveScopeEarlyReturn
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ReactiveScopeEarlyReturn
impl RefUnwindSafe for ReactiveScopeEarlyReturn
impl Send for ReactiveScopeEarlyReturn
impl Sync for ReactiveScopeEarlyReturn
impl Unpin for ReactiveScopeEarlyReturn
impl UnsafeUnpin for ReactiveScopeEarlyReturn
impl UnwindSafe for ReactiveScopeEarlyReturn
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