pub struct SaveMeta {
pub task_kind: ArtifactTaskKind,
pub thread_id: String,
pub turn_id: Option<String>,
pub previous_revision: Option<String>,
pub next_revision: String,
}Fields§
§task_kind: ArtifactTaskKind§thread_id: String§turn_id: Option<String>§previous_revision: Option<String>§next_revision: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for SaveMeta
impl<'de> Deserialize<'de> for SaveMeta
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 SaveMeta
impl StructuralPartialEq for SaveMeta
Auto Trait Implementations§
impl Freeze for SaveMeta
impl RefUnwindSafe for SaveMeta
impl Send for SaveMeta
impl Sync for SaveMeta
impl Unpin for SaveMeta
impl UnsafeUnpin for SaveMeta
impl UnwindSafe for SaveMeta
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