Struct makepad_studio::build_manager::build_protocol::BuildProcess
source · pub struct BuildProcess {
pub binary: String,
pub target: BuildTarget,
}Fields§
§binary: String§target: BuildTargetImplementations§
source§impl BuildProcess
impl BuildProcess
Trait Implementations§
source§impl Clone for BuildProcess
impl Clone for BuildProcess
source§fn clone(&self) -> BuildProcess
fn clone(&self) -> BuildProcess
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 moresource§impl Debug for BuildProcess
impl Debug for BuildProcess
source§impl Hash for BuildProcess
impl Hash for BuildProcess
source§impl Ord for BuildProcess
impl Ord for BuildProcess
source§fn cmp(&self, other: &BuildProcess) -> Ordering
fn cmp(&self, other: &BuildProcess) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<BuildProcess> for BuildProcess
impl PartialEq<BuildProcess> for BuildProcess
source§fn eq(&self, other: &BuildProcess) -> bool
fn eq(&self, other: &BuildProcess) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<BuildProcess> for BuildProcess
impl PartialOrd<BuildProcess> for BuildProcess
source§fn partial_cmp(&self, other: &BuildProcess) -> Option<Ordering>
fn partial_cmp(&self, other: &BuildProcess) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for BuildProcess
impl StructuralEq for BuildProcess
impl StructuralPartialEq for BuildProcess
Auto Trait Implementations§
impl RefUnwindSafe for BuildProcess
impl Send for BuildProcess
impl Sync for BuildProcess
impl Unpin for BuildProcess
impl UnwindSafe for BuildProcess
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