pub struct AcpPermissionCallbackResponse {
pub permission_id: String,
pub reply: String,
}Fields§
§permission_id: String§reply: StringTrait Implementations§
Source§impl Clone for AcpPermissionCallbackResponse
impl Clone for AcpPermissionCallbackResponse
Source§fn clone(&self) -> AcpPermissionCallbackResponse
fn clone(&self) -> AcpPermissionCallbackResponse
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<'de> Deserialize<'de> for AcpPermissionCallbackResponse
impl<'de> Deserialize<'de> for AcpPermissionCallbackResponse
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
impl Eq for AcpPermissionCallbackResponse
Source§impl Hash for AcpPermissionCallbackResponse
impl Hash for AcpPermissionCallbackResponse
Source§impl PartialEq for AcpPermissionCallbackResponse
impl PartialEq for AcpPermissionCallbackResponse
Source§fn eq(&self, other: &AcpPermissionCallbackResponse) -> bool
fn eq(&self, other: &AcpPermissionCallbackResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AcpPermissionCallbackResponse
Auto Trait Implementations§
impl Freeze for AcpPermissionCallbackResponse
impl RefUnwindSafe for AcpPermissionCallbackResponse
impl Send for AcpPermissionCallbackResponse
impl Sync for AcpPermissionCallbackResponse
impl Unpin for AcpPermissionCallbackResponse
impl UnsafeUnpin for AcpPermissionCallbackResponse
impl UnwindSafe for AcpPermissionCallbackResponse
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