Struct InstallationRebootBehavior
#[repr(transparent)]pub struct InstallationRebootBehavior(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for InstallationRebootBehavior
impl Clone for InstallationRebootBehavior
§fn clone(&self) -> InstallationRebootBehavior
fn clone(&self) -> InstallationRebootBehavior
Returns a copy 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 more§impl Debug for InstallationRebootBehavior
impl Debug for InstallationRebootBehavior
§impl Default for InstallationRebootBehavior
impl Default for InstallationRebootBehavior
§fn default() -> InstallationRebootBehavior
fn default() -> InstallationRebootBehavior
Returns the “default value” for a type. Read more
§impl PartialEq for InstallationRebootBehavior
impl PartialEq for InstallationRebootBehavior
impl Copy for InstallationRebootBehavior
impl Eq for InstallationRebootBehavior
impl StructuralPartialEq for InstallationRebootBehavior
Auto Trait Implementations§
impl Freeze for InstallationRebootBehavior
impl RefUnwindSafe for InstallationRebootBehavior
impl Send for InstallationRebootBehavior
impl Sync for InstallationRebootBehavior
impl Unpin for InstallationRebootBehavior
impl UnwindSafe for InstallationRebootBehavior
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