pub struct StageBuild {
pub command: Option<String>,
}Fields§
§command: Option<String>Trait Implementations§
Source§impl Clone for StageBuild
impl Clone for StageBuild
Source§fn clone(&self) -> StageBuild
fn clone(&self) -> StageBuild
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StageBuild
impl RefUnwindSafe for StageBuild
impl Send for StageBuild
impl Sync for StageBuild
impl Unpin for StageBuild
impl UnsafeUnpin for StageBuild
impl UnwindSafe for StageBuild
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