pub struct PwmClaimParams {
pub plan_id: String,
pub to_account_type: Option<String>,
pub order_link_id: String,
}Fields§
§plan_id: String§to_account_type: Option<String>§order_link_id: StringTrait Implementations§
Source§impl Clone for PwmClaimParams
impl Clone for PwmClaimParams
Source§fn clone(&self) -> PwmClaimParams
fn clone(&self) -> PwmClaimParams
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 PwmClaimParams
impl Debug for PwmClaimParams
Source§impl<'de> Deserialize<'de> for PwmClaimParams
impl<'de> Deserialize<'de> for PwmClaimParams
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 PwmClaimParams
impl RefUnwindSafe for PwmClaimParams
impl Send for PwmClaimParams
impl Sync for PwmClaimParams
impl Unpin for PwmClaimParams
impl UnsafeUnpin for PwmClaimParams
impl UnwindSafe for PwmClaimParams
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