pub enum AcpCallbackResponse {
AcpHostRequestCallbackResponse(AcpHostRequestCallbackResponse),
}Variants§
AcpHostRequestCallbackResponse(AcpHostRequestCallbackResponse)
Trait Implementations§
Source§impl Clone for AcpCallbackResponse
impl Clone for AcpCallbackResponse
Source§fn clone(&self) -> AcpCallbackResponse
fn clone(&self) -> AcpCallbackResponse
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 AcpCallbackResponse
impl Debug for AcpCallbackResponse
Source§impl<'de> Deserialize<'de> for AcpCallbackResponse
impl<'de> Deserialize<'de> for AcpCallbackResponse
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 AcpCallbackResponse
Source§impl Hash for AcpCallbackResponse
impl Hash for AcpCallbackResponse
Source§impl PartialEq for AcpCallbackResponse
impl PartialEq for AcpCallbackResponse
Source§impl Serialize for AcpCallbackResponse
impl Serialize for AcpCallbackResponse
impl StructuralPartialEq for AcpCallbackResponse
Auto Trait Implementations§
impl Freeze for AcpCallbackResponse
impl RefUnwindSafe for AcpCallbackResponse
impl Send for AcpCallbackResponse
impl Sync for AcpCallbackResponse
impl Unpin for AcpCallbackResponse
impl UnsafeUnpin for AcpCallbackResponse
impl UnwindSafe for AcpCallbackResponse
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