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