pub struct GetZmqNotificationsResult {
pub notification_type: String,
pub address: String,
pub hwm: u64,
}
Fields§
§notification_type: String
§address: String
§hwm: u64
Trait Implementations§
source§impl Clone for GetZmqNotificationsResult
impl Clone for GetZmqNotificationsResult
source§fn clone(&self) -> GetZmqNotificationsResult
fn clone(&self) -> GetZmqNotificationsResult
Returns a copy 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 GetZmqNotificationsResult
impl Debug for GetZmqNotificationsResult
source§impl<'de> Deserialize<'de> for GetZmqNotificationsResult
impl<'de> Deserialize<'de> for GetZmqNotificationsResult
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
source§impl PartialEq for GetZmqNotificationsResult
impl PartialEq for GetZmqNotificationsResult
source§fn eq(&self, other: &GetZmqNotificationsResult) -> bool
fn eq(&self, other: &GetZmqNotificationsResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for GetZmqNotificationsResult
impl StructuralPartialEq for GetZmqNotificationsResult
Auto Trait Implementations§
impl Freeze for GetZmqNotificationsResult
impl RefUnwindSafe for GetZmqNotificationsResult
impl Send for GetZmqNotificationsResult
impl Sync for GetZmqNotificationsResult
impl Unpin for GetZmqNotificationsResult
impl UnwindSafe for GetZmqNotificationsResult
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