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