pub enum FirstUseInstallBlock {
Offline,
Disabled,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FirstUseInstallBlock
impl Clone for FirstUseInstallBlock
Source§fn clone(&self) -> FirstUseInstallBlock
fn clone(&self) -> FirstUseInstallBlock
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 moreimpl Copy for FirstUseInstallBlock
Source§impl Debug for FirstUseInstallBlock
impl Debug for FirstUseInstallBlock
impl Eq for FirstUseInstallBlock
Source§impl PartialEq for FirstUseInstallBlock
impl PartialEq for FirstUseInstallBlock
impl StructuralPartialEq for FirstUseInstallBlock
Auto Trait Implementations§
impl Freeze for FirstUseInstallBlock
impl RefUnwindSafe for FirstUseInstallBlock
impl Send for FirstUseInstallBlock
impl Sync for FirstUseInstallBlock
impl Unpin for FirstUseInstallBlock
impl UnsafeUnpin for FirstUseInstallBlock
impl UnwindSafe for FirstUseInstallBlock
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