Struct solace_rs_sys::solClient_errorInfo
source · #[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 copy 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 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