pub struct AddonInstallStep {
pub kind: AddonInstallStepKind,
pub summary: String,
}Fields§
§kind: AddonInstallStepKind§summary: StringTrait Implementations§
Source§impl Clone for AddonInstallStep
impl Clone for AddonInstallStep
Source§fn clone(&self) -> AddonInstallStep
fn clone(&self) -> AddonInstallStep
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 AddonInstallStep
impl Debug for AddonInstallStep
Source§impl<'de> Deserialize<'de> for AddonInstallStep
impl<'de> Deserialize<'de> for AddonInstallStep
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 AddonInstallStep
impl PartialEq for AddonInstallStep
Source§fn eq(&self, other: &AddonInstallStep) -> bool
fn eq(&self, other: &AddonInstallStep) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AddonInstallStep
impl Serialize for AddonInstallStep
impl Eq for AddonInstallStep
impl StructuralPartialEq for AddonInstallStep
Auto Trait Implementations§
impl Freeze for AddonInstallStep
impl RefUnwindSafe for AddonInstallStep
impl Send for AddonInstallStep
impl Sync for AddonInstallStep
impl Unpin for AddonInstallStep
impl UnsafeUnpin for AddonInstallStep
impl UnwindSafe for AddonInstallStep
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