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