pub struct PrivateCancelByLabelRequest {
pub label: String,
pub currency: Option<Currency>,
}Fields§
§label: String§currency: Option<Currency>Trait Implementations§
Source§impl Clone for PrivateCancelByLabelRequest
impl Clone for PrivateCancelByLabelRequest
Source§fn clone(&self) -> PrivateCancelByLabelRequest
fn clone(&self) -> PrivateCancelByLabelRequest
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 PrivateCancelByLabelRequest
impl Debug for PrivateCancelByLabelRequest
Source§impl Default for PrivateCancelByLabelRequest
impl Default for PrivateCancelByLabelRequest
Source§fn default() -> PrivateCancelByLabelRequest
fn default() -> PrivateCancelByLabelRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateCancelByLabelRequest
impl<'de> Deserialize<'de> for PrivateCancelByLabelRequest
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
impl StructuralPartialEq for PrivateCancelByLabelRequest
Auto Trait Implementations§
impl Freeze for PrivateCancelByLabelRequest
impl RefUnwindSafe for PrivateCancelByLabelRequest
impl Send for PrivateCancelByLabelRequest
impl Sync for PrivateCancelByLabelRequest
impl Unpin for PrivateCancelByLabelRequest
impl UnwindSafe for PrivateCancelByLabelRequest
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