pub struct BundleInstanceResult {
pub bundle_task: Option<BundleTask>,
}Expand description
Contains the output of BundleInstance.
Fields§
§bundle_task: Option<BundleTask>Information about the bundle task.
Trait Implementations§
Source§impl Clone for BundleInstanceResult
impl Clone for BundleInstanceResult
Source§fn clone(&self) -> BundleInstanceResult
fn clone(&self) -> BundleInstanceResult
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 moreSource§impl Debug for BundleInstanceResult
impl Debug for BundleInstanceResult
Source§impl Default for BundleInstanceResult
impl Default for BundleInstanceResult
Source§fn default() -> BundleInstanceResult
fn default() -> BundleInstanceResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for BundleInstanceResult
impl PartialEq for BundleInstanceResult
impl StructuralPartialEq for BundleInstanceResult
Auto Trait Implementations§
impl !Freeze for BundleInstanceResult
impl RefUnwindSafe for BundleInstanceResult
impl Send for BundleInstanceResult
impl Sync for BundleInstanceResult
impl Unpin for BundleInstanceResult
impl UnwindSafe for BundleInstanceResult
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