pub struct QueueMutationResult {
pub affected: u32,
}Expand description
Response of the queue retry|cancel|promote|purge endpoints: how many
rows the transition touched.
Fields§
§affected: u32Rows the transition affected.
Trait Implementations§
Source§impl Clone for QueueMutationResult
impl Clone for QueueMutationResult
Source§impl ComposeSchema for QueueMutationResult
impl ComposeSchema for QueueMutationResult
impl Copy for QueueMutationResult
Source§impl Debug for QueueMutationResult
impl Debug for QueueMutationResult
Source§impl<'de> Deserialize<'de> for QueueMutationResult
impl<'de> Deserialize<'de> for QueueMutationResult
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 QueueMutationResult
Source§impl PartialEq for QueueMutationResult
impl PartialEq for QueueMutationResult
Source§impl Serialize for QueueMutationResult
impl Serialize for QueueMutationResult
impl StructuralPartialEq for QueueMutationResult
Auto Trait Implementations§
impl Freeze for QueueMutationResult
impl RefUnwindSafe for QueueMutationResult
impl Send for QueueMutationResult
impl Sync for QueueMutationResult
impl Unpin for QueueMutationResult
impl UnsafeUnpin for QueueMutationResult
impl UnwindSafe for QueueMutationResult
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.