pub struct ReactiveScopeId(/* private fields */);Available on crate feature
router only.Implementations§
Trait Implementations§
Source§impl Clone for ReactiveScopeId
impl Clone for ReactiveScopeId
Source§fn clone(&self) -> ReactiveScopeId
fn clone(&self) -> ReactiveScopeId
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 moreimpl Copy for ReactiveScopeId
Source§impl Debug for ReactiveScopeId
impl Debug for ReactiveScopeId
Source§impl Default for ReactiveScopeId
impl Default for ReactiveScopeId
impl Eq for ReactiveScopeId
Source§impl PartialEq for ReactiveScopeId
impl PartialEq for ReactiveScopeId
Source§impl Serialize for ReactiveScopeId
impl Serialize for ReactiveScopeId
impl StructuralPartialEq for ReactiveScopeId
Auto Trait Implementations§
impl Freeze for ReactiveScopeId
impl RefUnwindSafe for ReactiveScopeId
impl Send for ReactiveScopeId
impl Sync for ReactiveScopeId
impl Unpin for ReactiveScopeId
impl UnsafeUnpin for ReactiveScopeId
impl UnwindSafe for ReactiveScopeId
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
impl<T> CloneAny for T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.