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