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 Freeze for ResultModel
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