pub struct RegisterArtifactInput {
pub artifact_id: Uuid,
pub name: String,
pub kind: JobArtifactKindInput,
pub metadata: Option<Value>,
pub session_id: Option<String>,
pub processing_mode: Option<ArtifactProcessingModeInput>,
}Fields§
§artifact_id: Uuid§name: String§kind: JobArtifactKindInput§metadata: Option<Value>§session_id: Option<String>§processing_mode: Option<ArtifactProcessingModeInput>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegisterArtifactInput
impl RefUnwindSafe for RegisterArtifactInput
impl Send for RegisterArtifactInput
impl Sync for RegisterArtifactInput
impl Unpin for RegisterArtifactInput
impl UnsafeUnpin for RegisterArtifactInput
impl UnwindSafe for RegisterArtifactInput
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