pub enum PropogationPolicy {
Orphan,
Background,
Foreground,
}Variants§
Trait Implementations§
Source§impl Debug for PropogationPolicy
impl Debug for PropogationPolicy
Auto Trait Implementations§
impl Freeze for PropogationPolicy
impl RefUnwindSafe for PropogationPolicy
impl Send for PropogationPolicy
impl Sync for PropogationPolicy
impl Unpin for PropogationPolicy
impl UnwindSafe for PropogationPolicy
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