pub struct WorkerInvocationIdentity {
pub package_hash: String,
pub artifact: String,
pub artifact_sha256: String,
pub worker_id: String,
pub method: String,
}Fields§
§package_hash: String§artifact: String§artifact_sha256: String§worker_id: String§method: StringTrait Implementations§
Source§impl Clone for WorkerInvocationIdentity
impl Clone for WorkerInvocationIdentity
Source§fn clone(&self) -> WorkerInvocationIdentity
fn clone(&self) -> WorkerInvocationIdentity
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 WorkerInvocationIdentity
impl Debug for WorkerInvocationIdentity
impl Eq for WorkerInvocationIdentity
Source§impl PartialEq for WorkerInvocationIdentity
impl PartialEq for WorkerInvocationIdentity
impl StructuralPartialEq for WorkerInvocationIdentity
Auto Trait Implementations§
impl Freeze for WorkerInvocationIdentity
impl RefUnwindSafe for WorkerInvocationIdentity
impl Send for WorkerInvocationIdentity
impl Sync for WorkerInvocationIdentity
impl Unpin for WorkerInvocationIdentity
impl UnsafeUnpin for WorkerInvocationIdentity
impl UnwindSafe for WorkerInvocationIdentity
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