pub struct OCABuildStep {
pub parent_said: Option<SelfAddressingIdentifier>,
pub command: Command,
pub result: OCABundle,
}
Fields§
§parent_said: Option<SelfAddressingIdentifier>
§command: Command
§result: OCABundle
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OCABuildStep
impl !RefUnwindSafe for OCABuildStep
impl Send for OCABuildStep
impl Sync for OCABuildStep
impl Unpin for OCABuildStep
impl !UnwindSafe for OCABuildStep
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