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