Fields
granted: boolpermission: StringTrait Implementations
sourceimpl Clone for RequestPermissionResult
impl Clone for RequestPermissionResult
sourcefn clone(&self) -> RequestPermissionResult
fn clone(&self) -> RequestPermissionResult
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for RequestPermissionResult
impl Debug for RequestPermissionResult
sourceimpl PartialEq<RequestPermissionResult> for RequestPermissionResult
impl PartialEq<RequestPermissionResult> for RequestPermissionResult
sourcefn eq(&self, other: &RequestPermissionResult) -> bool
fn eq(&self, other: &RequestPermissionResult) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &RequestPermissionResult) -> bool
fn ne(&self, other: &RequestPermissionResult) -> bool
This method tests for !=.
impl Eq for RequestPermissionResult
impl StructuralEq for RequestPermissionResult
impl StructuralPartialEq for RequestPermissionResult
Auto Trait Implementations
impl RefUnwindSafe for RequestPermissionResult
impl Send for RequestPermissionResult
impl Sync for RequestPermissionResult
impl Unpin for RequestPermissionResult
impl UnwindSafe for RequestPermissionResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more