pub struct ReactiveScopeDeclaration {
pub identifier: IdentifierId,
pub scope: ScopeId,
}Expand description
A declaration produced by a reactive scope.
Fields§
§identifier: IdentifierId§scope: ScopeIdTrait Implementations§
Source§impl Clone for ReactiveScopeDeclaration
impl Clone for ReactiveScopeDeclaration
Source§fn clone(&self) -> ReactiveScopeDeclaration
fn clone(&self) -> ReactiveScopeDeclaration
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 ReactiveScopeDeclaration
impl RefUnwindSafe for ReactiveScopeDeclaration
impl Send for ReactiveScopeDeclaration
impl Sync for ReactiveScopeDeclaration
impl Unpin for ReactiveScopeDeclaration
impl UnsafeUnpin for ReactiveScopeDeclaration
impl UnwindSafe for ReactiveScopeDeclaration
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