pub struct AcpRespondPermissionResponse {
pub status: String,
pub reason: Option<String>,
}Fields§
§status: String§reason: Option<String>Trait Implementations§
Source§impl Clone for AcpRespondPermissionResponse
impl Clone for AcpRespondPermissionResponse
Source§fn clone(&self) -> AcpRespondPermissionResponse
fn clone(&self) -> AcpRespondPermissionResponse
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 AcpRespondPermissionResponse
impl Debug for AcpRespondPermissionResponse
Source§impl<'de> Deserialize<'de> for AcpRespondPermissionResponse
impl<'de> Deserialize<'de> for AcpRespondPermissionResponse
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 AcpRespondPermissionResponse
Source§impl Hash for AcpRespondPermissionResponse
impl Hash for AcpRespondPermissionResponse
impl StructuralPartialEq for AcpRespondPermissionResponse
Auto Trait Implementations§
impl Freeze for AcpRespondPermissionResponse
impl RefUnwindSafe for AcpRespondPermissionResponse
impl Send for AcpRespondPermissionResponse
impl Sync for AcpRespondPermissionResponse
impl Unpin for AcpRespondPermissionResponse
impl UnsafeUnpin for AcpRespondPermissionResponse
impl UnwindSafe for AcpRespondPermissionResponse
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