pub struct CommentSnsRequest<'a> {
pub app_id: &'a str,
pub sns_id: i64,
pub oper_type: i32,
pub wxid: &'a str,
pub comment_id: Option<&'a str>,
pub content: Option<&'a str>,
}Fields§
§app_id: &'a str§sns_id: i64§oper_type: i32§wxid: &'a str§comment_id: Option<&'a str>§content: Option<&'a str>Trait Implementations§
Source§impl<'a> Clone for CommentSnsRequest<'a>
impl<'a> Clone for CommentSnsRequest<'a>
Source§fn clone(&self) -> CommentSnsRequest<'a>
fn clone(&self) -> CommentSnsRequest<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for CommentSnsRequest<'a>
impl<'a> Debug for CommentSnsRequest<'a>
Auto Trait Implementations§
impl<'a> Freeze for CommentSnsRequest<'a>
impl<'a> RefUnwindSafe for CommentSnsRequest<'a>
impl<'a> Send for CommentSnsRequest<'a>
impl<'a> Sync for CommentSnsRequest<'a>
impl<'a> Unpin for CommentSnsRequest<'a>
impl<'a> UnwindSafe for CommentSnsRequest<'a>
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