Struct wecom_agent::TextMsg
source · pub struct TextMsg {
pub touser: String,
pub toparty: String,
pub totag: String,
pub msgtype: String,
pub agentid: usize,
pub text: TextMsgContent,
pub safe: i64,
pub enable_id_trans: i64,
pub enable_duplicate_check: i64,
pub duplicate_check_interval: usize,
}Fields§
§touser: String§toparty: String§totag: String§msgtype: String§agentid: usize§text: TextMsgContent§safe: i64§enable_id_trans: i64§enable_duplicate_check: i64§duplicate_check_interval: usizeTrait Implementations§
source§impl PartialEq for TextMsg
impl PartialEq for TextMsg
impl StructuralPartialEq for TextMsg
Auto Trait Implementations§
impl RefUnwindSafe for TextMsg
impl Send for TextMsg
impl Sync for TextMsg
impl Unpin for TextMsg
impl UnwindSafe for TextMsg
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