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