pub struct BySystemBlock {
pub name: String,
pub status: SystemOutcome,
pub summary: Option<BTreeMap<String, Value>>,
pub artifacts: Vec<Artifact>,
}Fields§
§name: String§status: SystemOutcome§summary: Option<BTreeMap<String, Value>>§artifacts: Vec<Artifact>Trait Implementations§
Source§impl Clone for BySystemBlock
impl Clone for BySystemBlock
Source§fn clone(&self) -> BySystemBlock
fn clone(&self) -> BySystemBlock
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BySystemBlock
impl Debug for BySystemBlock
Source§impl<'de> Deserialize<'de> for BySystemBlock
impl<'de> Deserialize<'de> for BySystemBlock
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
Auto Trait Implementations§
impl Freeze for BySystemBlock
impl RefUnwindSafe for BySystemBlock
impl Send for BySystemBlock
impl Sync for BySystemBlock
impl Unpin for BySystemBlock
impl UnsafeUnpin for BySystemBlock
impl UnwindSafe for BySystemBlock
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