pub struct MaindataQuery {
pub rid: u64,
}
Expand description
§/api/v2/sync/maindata
Fields§
§rid: u64
Trait Implementations§
Source§impl Clone for MaindataQuery
impl Clone for MaindataQuery
Source§fn clone(&self) -> MaindataQuery
fn clone(&self) -> MaindataQuery
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 MaindataQuery
impl Debug for MaindataQuery
Source§impl Default for MaindataQuery
impl Default for MaindataQuery
Source§fn default() -> MaindataQuery
fn default() -> MaindataQuery
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MaindataQuery
impl RefUnwindSafe for MaindataQuery
impl Send for MaindataQuery
impl Sync for MaindataQuery
impl Unpin for MaindataQuery
impl UnwindSafe for MaindataQuery
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