pub struct SetMsgJumpPathRequestBody {
pub path: String,
}Available on crate feature
wxmini only.Fields§
§path: String商户自定义跳转路径
Trait Implementations§
Source§impl Debug for SetMsgJumpPathRequestBody
impl Debug for SetMsgJumpPathRequestBody
Source§impl<'de> Deserialize<'de> for SetMsgJumpPathRequestBody
impl<'de> Deserialize<'de> for SetMsgJumpPathRequestBody
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 SetMsgJumpPathRequestBody
impl RefUnwindSafe for SetMsgJumpPathRequestBody
impl Send for SetMsgJumpPathRequestBody
impl Sync for SetMsgJumpPathRequestBody
impl Unpin for SetMsgJumpPathRequestBody
impl UnsafeUnpin for SetMsgJumpPathRequestBody
impl UnwindSafe for SetMsgJumpPathRequestBody
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