Struct InstallOptions
#[repr(transparent)]pub struct InstallOptions(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl InstallOptions
impl InstallOptions
pub const None: Self = _
pub const DeleteExpired: Self = _
§impl InstallOptions
impl InstallOptions
Trait Implementations§
§impl BitAnd for InstallOptions
impl BitAnd for InstallOptions
§impl BitAndAssign for InstallOptions
impl BitAndAssign for InstallOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for InstallOptions
impl BitOr for InstallOptions
§impl BitOrAssign for InstallOptions
impl BitOrAssign for InstallOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for InstallOptions
impl Clone for InstallOptions
§fn clone(&self) -> InstallOptions
fn clone(&self) -> InstallOptions
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 InstallOptions
impl Debug for InstallOptions
§impl Default for InstallOptions
impl Default for InstallOptions
§fn default() -> InstallOptions
fn default() -> InstallOptions
Returns the “default value” for a type. Read more
§impl Not for InstallOptions
impl Not for InstallOptions
§impl PartialEq for InstallOptions
impl PartialEq for InstallOptions
impl Copy for InstallOptions
impl Eq for InstallOptions
impl StructuralPartialEq for InstallOptions
Auto Trait Implementations§
impl Freeze for InstallOptions
impl RefUnwindSafe for InstallOptions
impl Send for InstallOptions
impl Sync for InstallOptions
impl Unpin for InstallOptions
impl UnwindSafe for InstallOptions
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