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