pub struct PermissionReplyParams {
pub response: PermissionReplyResponse,
}Fields§
§response: PermissionReplyResponseTrait Implementations§
Source§impl Clone for PermissionReplyParams
impl Clone for PermissionReplyParams
Source§fn clone(&self) -> PermissionReplyParams
fn clone(&self) -> PermissionReplyParams
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 PermissionReplyParams
impl Debug for PermissionReplyParams
Source§impl<'de> Deserialize<'de> for PermissionReplyParams
impl<'de> Deserialize<'de> for PermissionReplyParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PermissionReplyParams
impl PartialEq for PermissionReplyParams
Source§impl Serialize for PermissionReplyParams
impl Serialize for PermissionReplyParams
impl StructuralPartialEq for PermissionReplyParams
Auto Trait Implementations§
impl Freeze for PermissionReplyParams
impl RefUnwindSafe for PermissionReplyParams
impl Send for PermissionReplyParams
impl Sync for PermissionReplyParams
impl Unpin for PermissionReplyParams
impl UnsafeUnpin for PermissionReplyParams
impl UnwindSafe for PermissionReplyParams
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