pub enum ResolutionConsent {
Granted,
Denied,
}Expand description
User consent required before resolving an optional Bundle.
Variants§
Trait Implementations§
Source§impl Clone for ResolutionConsent
impl Clone for ResolutionConsent
Source§fn clone(&self) -> ResolutionConsent
fn clone(&self) -> ResolutionConsent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ResolutionConsent
Source§impl Debug for ResolutionConsent
impl Debug for ResolutionConsent
impl Eq for ResolutionConsent
Source§impl PartialEq for ResolutionConsent
impl PartialEq for ResolutionConsent
impl StructuralPartialEq for ResolutionConsent
Auto Trait Implementations§
impl Freeze for ResolutionConsent
impl RefUnwindSafe for ResolutionConsent
impl Send for ResolutionConsent
impl Sync for ResolutionConsent
impl Unpin for ResolutionConsent
impl UnsafeUnpin for ResolutionConsent
impl UnwindSafe for ResolutionConsent
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