Struct McmResponse
#[repr(C)]pub struct McmResponse {
pub result: Result,
pub error: Error,
}Expand description
Response type.
Fields§
§result: ResultResult code.
error: ErrorError code.
Trait Implementations§
§impl Clone for McmResponse
impl Clone for McmResponse
§fn clone(&self) -> McmResponse
fn clone(&self) -> McmResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for McmResponse
Auto Trait Implementations§
impl Freeze for McmResponse
impl RefUnwindSafe for McmResponse
impl Send for McmResponse
impl Sync for McmResponse
impl Unpin for McmResponse
impl UnwindSafe for McmResponse
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