pub struct BuildCmdWrap {
pub cmd_id: LiveId,
pub cmd: BuildCmd,
}Fields§
§cmd_id: LiveId§cmd: BuildCmdTrait Implementations§
Source§impl Clone for BuildCmdWrap
impl Clone for BuildCmdWrap
Source§fn clone(&self) -> BuildCmdWrap
fn clone(&self) -> BuildCmdWrap
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 BuildCmdWrap
impl RefUnwindSafe for BuildCmdWrap
impl Send for BuildCmdWrap
impl Sync for BuildCmdWrap
impl Unpin for BuildCmdWrap
impl UnwindSafe for BuildCmdWrap
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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