pub struct LocalResultCommand {
pub owner: LeaseOwner,
pub record: LocalStepRecord,
}Fields§
§owner: LeaseOwner§record: LocalStepRecordTrait Implementations§
Source§impl Clone for LocalResultCommand
impl Clone for LocalResultCommand
Source§impl Debug for LocalResultCommand
impl Debug for LocalResultCommand
Source§impl<'de> Deserialize<'de> for LocalResultCommand
impl<'de> Deserialize<'de> for LocalResultCommand
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
Auto Trait Implementations§
impl Freeze for LocalResultCommand
impl RefUnwindSafe for LocalResultCommand
impl Send for LocalResultCommand
impl Sync for LocalResultCommand
impl Unpin for LocalResultCommand
impl UnsafeUnpin for LocalResultCommand
impl UnwindSafe for LocalResultCommand
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