pub struct AddToHistoryRequest;Expand description
POST /sync/history — send a SyncHistoryPayload as the JSON body.
Trait Implementations§
Source§impl Clone for AddToHistoryRequest
impl Clone for AddToHistoryRequest
Source§fn clone(&self) -> AddToHistoryRequest
fn clone(&self) -> AddToHistoryRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AddToHistoryRequest
impl Debug for AddToHistoryRequest
Source§impl Default for AddToHistoryRequest
impl Default for AddToHistoryRequest
Source§fn default() -> AddToHistoryRequest
fn default() -> AddToHistoryRequest
Returns the “default value” for a type. Read more
Source§impl SimklRequest for AddToHistoryRequest
impl SimklRequest for AddToHistoryRequest
Source§fn method(&self) -> HttpMethod
fn method(&self) -> HttpMethod
HTTP verb; defaults to
GET.Auto Trait Implementations§
impl Freeze for AddToHistoryRequest
impl RefUnwindSafe for AddToHistoryRequest
impl Send for AddToHistoryRequest
impl Sync for AddToHistoryRequest
impl Unpin for AddToHistoryRequest
impl UnsafeUnpin for AddToHistoryRequest
impl UnwindSafe for AddToHistoryRequest
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