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