pub struct GuideQrcodeScanEvent {
pub qrcode_guide_account: Option<String>,
pub qrcode_guide_openid: Option<String>,
pub openid: String,
pub action: u8,
pub qrcode_info: String,
}Fields§
§qrcode_guide_account: Option<String>§qrcode_guide_openid: Option<String>§openid: String§action: u8§qrcode_info: StringTrait Implementations§
Source§impl ReceivedMessageParser for GuideQrcodeScanEvent
impl ReceivedMessageParser for GuideQrcodeScanEvent
type ReceivedMessage = GuideQrcodeScanEvent
fn from_xml(node: &Node<'_, '_>) -> SdkResult<Self::ReceivedMessage>
Auto Trait Implementations§
impl Freeze for GuideQrcodeScanEvent
impl RefUnwindSafe for GuideQrcodeScanEvent
impl Send for GuideQrcodeScanEvent
impl Sync for GuideQrcodeScanEvent
impl Unpin for GuideQrcodeScanEvent
impl UnsafeUnpin for GuideQrcodeScanEvent
impl UnwindSafe for GuideQrcodeScanEvent
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