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