pub enum DeathEventScope {
Unscoped,
ScriptedLifetime(PullLifecycleGeneration),
}Expand description
Scheduling scope for the shared target-aware death event.
Variants§
Unscoped
ScriptedLifetime(PullLifecycleGeneration)
Trait Implementations§
Source§impl Clone for DeathEventScope
impl Clone for DeathEventScope
Source§fn clone(&self) -> DeathEventScope
fn clone(&self) -> DeathEventScope
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeathEventScope
impl Debug for DeathEventScope
Source§impl PartialEq for DeathEventScope
impl PartialEq for DeathEventScope
impl Copy for DeathEventScope
impl Eq for DeathEventScope
impl StructuralPartialEq for DeathEventScope
Auto Trait Implementations§
impl Freeze for DeathEventScope
impl RefUnwindSafe for DeathEventScope
impl Send for DeathEventScope
impl Sync for DeathEventScope
impl Unpin for DeathEventScope
impl UnsafeUnpin for DeathEventScope
impl UnwindSafe for DeathEventScope
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