pub struct GetCommentRequest { /* private fields */ }Expand description
获取全文评论请求
Implementations§
Trait Implementations§
Source§impl Clone for GetCommentRequest
impl Clone for GetCommentRequest
Source§fn clone(&self) -> GetCommentRequest
fn clone(&self) -> GetCommentRequest
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 Debug for GetCommentRequest
impl Debug for GetCommentRequest
Source§impl Default for GetCommentRequest
impl Default for GetCommentRequest
Source§fn default() -> GetCommentRequest
fn default() -> GetCommentRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetCommentRequest
impl RefUnwindSafe for GetCommentRequest
impl Send for GetCommentRequest
impl Sync for GetCommentRequest
impl Unpin for GetCommentRequest
impl UnwindSafe for GetCommentRequest
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