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