pub struct DebugBundleArtifactEntry {
pub id: String,
pub path: String,
pub ok: bool,
pub error: Option<String>,
}Fields§
§id: String§path: String§ok: bool§error: Option<String>Trait Implementations§
Source§impl Clone for DebugBundleArtifactEntry
impl Clone for DebugBundleArtifactEntry
Source§fn clone(&self) -> DebugBundleArtifactEntry
fn clone(&self) -> DebugBundleArtifactEntry
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 DebugBundleArtifactEntry
impl Debug for DebugBundleArtifactEntry
Source§impl<'de> Deserialize<'de> for DebugBundleArtifactEntry
impl<'de> Deserialize<'de> for DebugBundleArtifactEntry
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 DebugBundleArtifactEntry
impl PartialEq for DebugBundleArtifactEntry
Source§impl Serialize for DebugBundleArtifactEntry
impl Serialize for DebugBundleArtifactEntry
impl Eq for DebugBundleArtifactEntry
impl StructuralPartialEq for DebugBundleArtifactEntry
Auto Trait Implementations§
impl Freeze for DebugBundleArtifactEntry
impl RefUnwindSafe for DebugBundleArtifactEntry
impl Send for DebugBundleArtifactEntry
impl Sync for DebugBundleArtifactEntry
impl Unpin for DebugBundleArtifactEntry
impl UnsafeUnpin for DebugBundleArtifactEntry
impl UnwindSafe for DebugBundleArtifactEntry
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