pub enum PromptUiResolutionResult {
Allowed,
Denied,
Aborted,
Unknown,
}Expand description
Chrome-specific prompt UI resolution result.
Variants§
Trait Implementations§
Source§impl Clone for PromptUiResolutionResult
impl Clone for PromptUiResolutionResult
Source§fn clone(&self) -> PromptUiResolutionResult
fn clone(&self) -> PromptUiResolutionResult
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 PromptUiResolutionResult
impl Debug for PromptUiResolutionResult
Source§impl PartialEq for PromptUiResolutionResult
impl PartialEq for PromptUiResolutionResult
impl Copy for PromptUiResolutionResult
impl Eq for PromptUiResolutionResult
impl StructuralPartialEq for PromptUiResolutionResult
Auto Trait Implementations§
impl Freeze for PromptUiResolutionResult
impl RefUnwindSafe for PromptUiResolutionResult
impl Send for PromptUiResolutionResult
impl Sync for PromptUiResolutionResult
impl Unpin for PromptUiResolutionResult
impl UnsafeUnpin for PromptUiResolutionResult
impl UnwindSafe for PromptUiResolutionResult
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