#[repr(C)]pub struct solClient_errorInfo {
pub subCode: solClient_subCode_t,
pub responseCode: solClient_session_responseCode_t,
pub errorStr: [c_char; 256],
}
Fields§
§subCode: solClient_subCode_t
§responseCode: solClient_session_responseCode_t
§errorStr: [c_char; 256]
Trait Implementations§
Source§impl Clone for solClient_errorInfo
impl Clone for solClient_errorInfo
Source§fn clone(&self) -> solClient_errorInfo
fn clone(&self) -> solClient_errorInfo
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 moreSource§impl Debug for solClient_errorInfo
impl Debug for solClient_errorInfo
Source§impl Default for solClient_errorInfo
impl Default for solClient_errorInfo
impl Copy for solClient_errorInfo
Auto Trait Implementations§
impl Freeze for solClient_errorInfo
impl RefUnwindSafe for solClient_errorInfo
impl Send for solClient_errorInfo
impl Sync for solClient_errorInfo
impl Unpin for solClient_errorInfo
impl UnwindSafe for solClient_errorInfo
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