pub struct RemoteActionManifest {
pub bytes: Vec<u8>,
pub etag: String,
}Expand description
Task action-manifest bytes returned with their concurrency token.
Fields§
§bytes: Vec<u8>Raw canonical manifest JSON.
etag: StringEntity tag used for conditional manifest replacement.
Auto Trait Implementations§
impl Freeze for RemoteActionManifest
impl RefUnwindSafe for RemoteActionManifest
impl Send for RemoteActionManifest
impl Sync for RemoteActionManifest
impl Unpin for RemoteActionManifest
impl UnsafeUnpin for RemoteActionManifest
impl UnwindSafe for RemoteActionManifest
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