pub struct RequestUserConsent {
pub level: Level,
pub timeout_milliseconds: u32,
}Fields§
§level: Level§timeout_milliseconds: u32Trait Implementations§
Source§impl Clone for RequestUserConsent
impl Clone for RequestUserConsent
Source§fn clone(&self) -> RequestUserConsent
fn clone(&self) -> RequestUserConsent
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 moreSource§impl Debug for RequestUserConsent
impl Debug for RequestUserConsent
Source§impl From<RequestUserConsent> for Request
Available on crate feature ui-client only.
impl From<RequestUserConsent> for Request
Available on crate feature
ui-client only.Source§fn from(request: RequestUserConsent) -> Self
fn from(request: RequestUserConsent) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RequestUserConsent
impl PartialEq for RequestUserConsent
Source§fn eq(&self, other: &RequestUserConsent) -> bool
fn eq(&self, other: &RequestUserConsent) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RequestVariant for RequestUserConsent
Available on crate feature ui-client only.
impl RequestVariant for RequestUserConsent
Available on crate feature
ui-client only.type Reply = RequestUserConsent
Source§impl TryFrom<Request> for RequestUserConsent
Available on crate feature ui-client only.
impl TryFrom<Request> for RequestUserConsent
Available on crate feature
ui-client only.impl Eq for RequestUserConsent
impl StructuralPartialEq for RequestUserConsent
Auto Trait Implementations§
impl Freeze for RequestUserConsent
impl RefUnwindSafe for RequestUserConsent
impl Send for RequestUserConsent
impl Sync for RequestUserConsent
impl Unpin for RequestUserConsent
impl UnsafeUnpin for RequestUserConsent
impl UnwindSafe for RequestUserConsent
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