pub enum PromiseSetMode {
All,
Race,
Timeout(Duration),
}Variants§
Auto Trait Implementations§
impl Freeze for PromiseSetMode
impl RefUnwindSafe for PromiseSetMode
impl Send for PromiseSetMode
impl Sync for PromiseSetMode
impl Unpin for PromiseSetMode
impl UnsafeUnpin for PromiseSetMode
impl UnwindSafe for PromiseSetMode
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