pub struct CancelBatchBody {}Expand description
Empty body for cancel API (serializes to {})
Trait Implementations§
Source§impl Clone for CancelBatchBody
impl Clone for CancelBatchBody
Source§fn clone(&self) -> CancelBatchBody
fn clone(&self) -> CancelBatchBody
Returns a duplicate 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 CancelBatchBody
impl Debug for CancelBatchBody
Source§impl Default for CancelBatchBody
impl Default for CancelBatchBody
Source§fn default() -> CancelBatchBody
fn default() -> CancelBatchBody
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CancelBatchBody
impl<'de> Deserialize<'de> for CancelBatchBody
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CancelBatchBody
impl RefUnwindSafe for CancelBatchBody
impl Send for CancelBatchBody
impl Sync for CancelBatchBody
impl Unpin for CancelBatchBody
impl UnwindSafe for CancelBatchBody
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