pub struct SolClientSubCode {
pub subcode: u32,
pub error_string: String,
}
Fields§
§subcode: u32
§error_string: String
Trait Implementations§
Source§impl Debug for SolClientSubCode
impl Debug for SolClientSubCode
Auto Trait Implementations§
impl Freeze for SolClientSubCode
impl RefUnwindSafe for SolClientSubCode
impl Send for SolClientSubCode
impl Sync for SolClientSubCode
impl Unpin for SolClientSubCode
impl UnwindSafe for SolClientSubCode
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