pub struct QueueDuplicateAtResult {
pub id: String,
}Expand description
Result of duplicating a queued item.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§id: StringFresh stable opaque id assigned to the duplicate.
Trait Implementations§
Source§impl Clone for QueueDuplicateAtResult
impl Clone for QueueDuplicateAtResult
Source§fn clone(&self) -> QueueDuplicateAtResult
fn clone(&self) -> QueueDuplicateAtResult
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 QueueDuplicateAtResult
impl Debug for QueueDuplicateAtResult
Source§impl Default for QueueDuplicateAtResult
impl Default for QueueDuplicateAtResult
Source§fn default() -> QueueDuplicateAtResult
fn default() -> QueueDuplicateAtResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueueDuplicateAtResult
impl<'de> Deserialize<'de> for QueueDuplicateAtResult
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
Auto Trait Implementations§
impl Freeze for QueueDuplicateAtResult
impl RefUnwindSafe for QueueDuplicateAtResult
impl Send for QueueDuplicateAtResult
impl Sync for QueueDuplicateAtResult
impl Unpin for QueueDuplicateAtResult
impl UnsafeUnpin for QueueDuplicateAtResult
impl UnwindSafe for QueueDuplicateAtResult
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