pub struct CompletionSubscribeCommand {
pub scope: Scope,
pub target: CompletionTarget,
pub destination: String,
pub idempotency_key: String,
}Fields§
§scope: Scope§target: CompletionTarget§destination: String§idempotency_key: StringUnique within scope + target, not across unrelated executions.
Implementations§
Trait Implementations§
Source§impl Clone for CompletionSubscribeCommand
impl Clone for CompletionSubscribeCommand
Source§impl Debug for CompletionSubscribeCommand
impl Debug for CompletionSubscribeCommand
Source§impl<'de> Deserialize<'de> for CompletionSubscribeCommand
impl<'de> Deserialize<'de> for CompletionSubscribeCommand
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 CompletionSubscribeCommand
impl StructuralPartialEq for CompletionSubscribeCommand
Auto Trait Implementations§
impl Freeze for CompletionSubscribeCommand
impl RefUnwindSafe for CompletionSubscribeCommand
impl Send for CompletionSubscribeCommand
impl Sync for CompletionSubscribeCommand
impl Unpin for CompletionSubscribeCommand
impl UnsafeUnpin for CompletionSubscribeCommand
impl UnwindSafe for CompletionSubscribeCommand
Blanket Implementations§
impl<T> ArtifactLease for T
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