pub struct ExternalCaptureBundle {
pub manifest: ExternalCaptureManifest,
pub captures: Vec<ExternalLoadedCapture>,
pub real_external_data_provided: bool,
pub no_real_external_data_provided: bool,
}Fields§
§manifest: ExternalCaptureManifest§captures: Vec<ExternalLoadedCapture>§real_external_data_provided: bool§no_real_external_data_provided: boolTrait Implementations§
Source§impl Clone for ExternalCaptureBundle
impl Clone for ExternalCaptureBundle
Source§fn clone(&self) -> ExternalCaptureBundle
fn clone(&self) -> ExternalCaptureBundle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ExternalCaptureBundle
impl RefUnwindSafe for ExternalCaptureBundle
impl Send for ExternalCaptureBundle
impl Sync for ExternalCaptureBundle
impl Unpin for ExternalCaptureBundle
impl UnsafeUnpin for ExternalCaptureBundle
impl UnwindSafe for ExternalCaptureBundle
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