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