pub struct DeleteOkMethod {
pub message_count: u32,
}
Fields§
§message_count: u32
Trait Implementations§
Source§impl Clone for DeleteOkMethod
impl Clone for DeleteOkMethod
Source§fn clone(&self) -> DeleteOkMethod
fn clone(&self) -> DeleteOkMethod
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 DeleteOkMethod
impl Debug for DeleteOkMethod
Source§impl PartialEq for DeleteOkMethod
impl PartialEq for DeleteOkMethod
impl StructuralPartialEq for DeleteOkMethod
Auto Trait Implementations§
impl Freeze for DeleteOkMethod
impl RefUnwindSafe for DeleteOkMethod
impl Send for DeleteOkMethod
impl Sync for DeleteOkMethod
impl Unpin for DeleteOkMethod
impl UnwindSafe for DeleteOkMethod
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