pub struct QueueUpdated {
pub queue_size: Uint,
}Fields§
§queue_size: UintTrait Implementations§
Source§impl Clone for QueueUpdated
impl Clone for QueueUpdated
Source§fn clone(&self) -> QueueUpdated
fn clone(&self) -> QueueUpdated
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 QueueUpdated
impl Debug for QueueUpdated
Source§impl<'de> Deserialize<'de> for QueueUpdated
impl<'de> Deserialize<'de> for QueueUpdated
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 QueueUpdated
Source§impl From<QueueUpdated> for QueueUpdated
impl From<QueueUpdated> for QueueUpdated
Source§fn from(value: QueueUpdated) -> Self
fn from(value: QueueUpdated) -> Self
Converts to this type from the input type.
Source§impl From<QueueUpdated> for QueueUpdated
impl From<QueueUpdated> for QueueUpdated
Source§fn from(value: QueueUpdated) -> Self
fn from(value: QueueUpdated) -> Self
Converts to this type from the input type.
Source§impl PartialEq for QueueUpdated
impl PartialEq for QueueUpdated
Source§fn eq(&self, other: &QueueUpdated) -> bool
fn eq(&self, other: &QueueUpdated) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for QueueUpdated
impl Serialize for QueueUpdated
impl StructuralPartialEq for QueueUpdated
Auto Trait Implementations§
impl Freeze for QueueUpdated
impl RefUnwindSafe for QueueUpdated
impl Send for QueueUpdated
impl Sync for QueueUpdated
impl Unpin for QueueUpdated
impl UnsafeUnpin for QueueUpdated
impl UnwindSafe for QueueUpdated
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