Struct wecom_agent::TextMsgContent
source · pub struct TextMsgContent {
pub content: String,
}Fields§
§content: StringTrait Implementations§
source§impl Debug for TextMsgContent
impl Debug for TextMsgContent
source§impl PartialEq for TextMsgContent
impl PartialEq for TextMsgContent
source§fn eq(&self, other: &TextMsgContent) -> bool
fn eq(&self, other: &TextMsgContent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for TextMsgContent
impl Serialize for TextMsgContent
impl StructuralPartialEq for TextMsgContent
Auto Trait Implementations§
impl RefUnwindSafe for TextMsgContent
impl Send for TextMsgContent
impl Sync for TextMsgContent
impl Unpin for TextMsgContent
impl UnwindSafe for TextMsgContent
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