pub struct StopBuildOutput {
pub build: Option<Build>,
}
Fields§
§build: Option<Build>
Information about the build.
Trait Implementations§
Source§impl Clone for StopBuildOutput
impl Clone for StopBuildOutput
Source§fn clone(&self) -> StopBuildOutput
fn clone(&self) -> StopBuildOutput
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 Debug for StopBuildOutput
impl Debug for StopBuildOutput
Source§impl Default for StopBuildOutput
impl Default for StopBuildOutput
Source§fn default() -> StopBuildOutput
fn default() -> StopBuildOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StopBuildOutput
impl<'de> Deserialize<'de> for StopBuildOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for StopBuildOutput
impl PartialEq for StopBuildOutput
impl StructuralPartialEq for StopBuildOutput
Auto Trait Implementations§
impl Freeze for StopBuildOutput
impl RefUnwindSafe for StopBuildOutput
impl Send for StopBuildOutput
impl Sync for StopBuildOutput
impl Unpin for StopBuildOutput
impl UnwindSafe for StopBuildOutput
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