#[repr(C)]pub struct RspInfoField {
pub is_null: bool,
pub ErrorID: i32,
pub ErrorMsg: String,
}Fields§
§is_null: bool§ErrorID: i32§ErrorMsg: StringTrait Implementations§
Source§impl Clone for RspInfoField
impl Clone for RspInfoField
Source§impl Debug for RspInfoField
impl Debug for RspInfoField
Source§impl Default for RspInfoField
impl Default for RspInfoField
Source§impl ExternType for RspInfoField
impl ExternType for RspInfoField
Auto Trait Implementations§
impl Freeze for RspInfoField
impl RefUnwindSafe for RspInfoField
impl Send for RspInfoField
impl Sync for RspInfoField
impl Unpin for RspInfoField
impl UnwindSafe for RspInfoField
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