pub struct ZombieTimerCountResponse {
pub count: u64,
}Fields§
§count: u64Trait Implementations§
Source§impl Clone for ZombieTimerCountResponse
impl Clone for ZombieTimerCountResponse
Source§fn clone(&self) -> ZombieTimerCountResponse
fn clone(&self) -> ZombieTimerCountResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ZombieTimerCountResponse
impl Debug for ZombieTimerCountResponse
Source§impl<'de> Deserialize<'de> for ZombieTimerCountResponse
impl<'de> Deserialize<'de> for ZombieTimerCountResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ZombieTimerCountResponse
Source§impl Hash for ZombieTimerCountResponse
impl Hash for ZombieTimerCountResponse
Source§impl PartialEq for ZombieTimerCountResponse
impl PartialEq for ZombieTimerCountResponse
Source§fn eq(&self, other: &ZombieTimerCountResponse) -> bool
fn eq(&self, other: &ZombieTimerCountResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ZombieTimerCountResponse
impl Serialize for ZombieTimerCountResponse
impl StructuralPartialEq for ZombieTimerCountResponse
Auto Trait Implementations§
impl Freeze for ZombieTimerCountResponse
impl RefUnwindSafe for ZombieTimerCountResponse
impl Send for ZombieTimerCountResponse
impl Sync for ZombieTimerCountResponse
impl Unpin for ZombieTimerCountResponse
impl UnsafeUnpin for ZombieTimerCountResponse
impl UnwindSafe for ZombieTimerCountResponse
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