Struct oca_dag::ResultModel
source · pub struct ResultModel {
pub command: Option<CommandModel>,
pub oca_bundle: Option<OCABundleModel>,
pub capture_base: Option<CaptureBaseModel>,
pub overlay: Option<OverlayModel>,
}Fields§
§command: Option<CommandModel>§oca_bundle: Option<OCABundleModel>§capture_base: Option<CaptureBaseModel>§overlay: Option<OverlayModel>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ResultModel
impl Send for ResultModel
impl Sync for ResultModel
impl Unpin for ResultModel
impl UnwindSafe for ResultModel
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