pub enum ScopeLifecycleKind {
Created,
Closed,
}Expand description
Test-observable scope lifecycle transition.
Variants§
Trait Implementations§
Source§impl Clone for ScopeLifecycleKind
impl Clone for ScopeLifecycleKind
Source§fn clone(&self) -> ScopeLifecycleKind
fn clone(&self) -> ScopeLifecycleKind
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 ScopeLifecycleKind
Source§impl Debug for ScopeLifecycleKind
impl Debug for ScopeLifecycleKind
impl Eq for ScopeLifecycleKind
Source§impl PartialEq for ScopeLifecycleKind
impl PartialEq for ScopeLifecycleKind
Source§fn eq(&self, other: &ScopeLifecycleKind) -> bool
fn eq(&self, other: &ScopeLifecycleKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ScopeLifecycleKind
Auto Trait Implementations§
impl Freeze for ScopeLifecycleKind
impl RefUnwindSafe for ScopeLifecycleKind
impl Send for ScopeLifecycleKind
impl Sync for ScopeLifecycleKind
impl Unpin for ScopeLifecycleKind
impl UnsafeUnpin for ScopeLifecycleKind
impl UnwindSafe for ScopeLifecycleKind
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