pub struct ScriptsToExecute {
pub postinstall: Option<String>,
pub postremove: Option<String>,
pub preinstall: Option<String>,
pub preremove: Option<String>,
}Fields§
§postinstall: Option<String>§postremove: Option<String>§preinstall: Option<String>§preremove: Option<String>Trait Implementations§
Source§impl Clone for ScriptsToExecute
impl Clone for ScriptsToExecute
Source§fn clone(&self) -> ScriptsToExecute
fn clone(&self) -> ScriptsToExecute
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 ScriptsToExecute
impl Debug for ScriptsToExecute
Source§impl Default for ScriptsToExecute
impl Default for ScriptsToExecute
Source§fn default() -> ScriptsToExecute
fn default() -> ScriptsToExecute
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ScriptsToExecute
impl<'de> Deserialize<'de> for ScriptsToExecute
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 ScriptsToExecute
impl PartialEq for ScriptsToExecute
Source§impl Serialize for ScriptsToExecute
impl Serialize for ScriptsToExecute
impl StructuralPartialEq for ScriptsToExecute
Auto Trait Implementations§
impl Freeze for ScriptsToExecute
impl RefUnwindSafe for ScriptsToExecute
impl Send for ScriptsToExecute
impl Sync for ScriptsToExecute
impl Unpin for ScriptsToExecute
impl UnsafeUnpin for ScriptsToExecute
impl UnwindSafe for ScriptsToExecute
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