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