Struct qbit_api_rs::types::SyncMaindataQuery
source · pub struct SyncMaindataQuery {
pub rid: u64,
}
Expand description
Fields§
§rid: u64
Trait Implementations§
source§impl Debug for SyncMaindataQuery
impl Debug for SyncMaindataQuery
source§impl Default for SyncMaindataQuery
impl Default for SyncMaindataQuery
source§fn default() -> SyncMaindataQuery
fn default() -> SyncMaindataQuery
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SyncMaindataQuery
impl Send for SyncMaindataQuery
impl Sync for SyncMaindataQuery
impl Unpin for SyncMaindataQuery
impl UnwindSafe for SyncMaindataQuery
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