pub struct RequestUserConsent {
pub result: Result,
}Fields§
§result: ResultTrait 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 Reply
Available on crate feature ui-client only.
impl From<RequestUserConsent> for Reply
Available on crate feature
ui-client only.Source§fn from(reply: RequestUserConsent) -> Reply
fn from(reply: RequestUserConsent) -> Reply
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 ReplyVariant for RequestUserConsent
Available on crate feature ui-client only.
impl ReplyVariant for RequestUserConsent
Available on crate feature
ui-client only.type Request = RequestUserConsent
Source§impl TryFrom<Reply> for RequestUserConsent
Available on crate feature ui-client only.
impl TryFrom<Reply> 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