pub struct BuildProcess {
pub root: String,
pub binary: String,
pub target: BuildTarget,
}Fields§
§root: String§binary: String§target: BuildTargetImplementations§
Trait Implementations§
Source§impl Clone for BuildProcess
impl Clone for BuildProcess
Source§fn clone(&self) -> BuildProcess
fn clone(&self) -> BuildProcess
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 DeRon for BuildProcess
impl DeRon for BuildProcess
Source§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 for BuildProcess
impl PartialEq for BuildProcess
Source§impl PartialOrd for BuildProcess
impl PartialOrd for BuildProcess
Source§impl SerRon for BuildProcess
impl SerRon for BuildProcess
fn ser_ron(&self, d: usize, s: &mut SerRonState)
fn serialize_ron(&self) -> String
impl Eq for BuildProcess
impl StructuralPartialEq for BuildProcess
Auto Trait Implementations§
impl Freeze for BuildProcess
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> 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