Struct makepad_studio::build_manager::build_protocol::BuildCmdWrap
source · pub struct BuildCmdWrap {
pub cmd_id: BuildCmdId,
pub cmd: BuildCmd,
}Fields§
§cmd_id: BuildCmdId§cmd: BuildCmdTrait Implementations§
source§impl Clone for BuildCmdWrap
impl Clone for BuildCmdWrap
source§fn clone(&self) -> BuildCmdWrap
fn clone(&self) -> BuildCmdWrap
Returns a copy 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 RefUnwindSafe for BuildCmdWrap
impl Send for BuildCmdWrap
impl Sync for BuildCmdWrap
impl Unpin for BuildCmdWrap
impl UnwindSafe for BuildCmdWrap
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