pub struct PostinstallStatus {
pub configured: bool,
pub current_script: String,
pub needs_update: bool,
}Expand description
Status of postinstall script configuration.
Fields§
§configured: bool§current_script: String§needs_update: boolTrait Implementations§
Source§impl Clone for PostinstallStatus
impl Clone for PostinstallStatus
Source§fn clone(&self) -> PostinstallStatus
fn clone(&self) -> PostinstallStatus
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 moreAuto Trait Implementations§
impl Freeze for PostinstallStatus
impl RefUnwindSafe for PostinstallStatus
impl Send for PostinstallStatus
impl Sync for PostinstallStatus
impl Unpin for PostinstallStatus
impl UnsafeUnpin for PostinstallStatus
impl UnwindSafe for PostinstallStatus
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