pub enum WrapperRegistrationReport {
HeroicRegistered,
ManualInstruction {
wrapper_path: PathBuf,
},
}Expand description
Result of registering, or instructing the user to register, a wrapper.
Variants§
Trait Implementations§
Source§impl Clone for WrapperRegistrationReport
impl Clone for WrapperRegistrationReport
Source§fn clone(&self) -> WrapperRegistrationReport
fn clone(&self) -> WrapperRegistrationReport
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 moreAuto Trait Implementations§
impl Freeze for WrapperRegistrationReport
impl RefUnwindSafe for WrapperRegistrationReport
impl Send for WrapperRegistrationReport
impl Sync for WrapperRegistrationReport
impl Unpin for WrapperRegistrationReport
impl UnsafeUnpin for WrapperRegistrationReport
impl UnwindSafe for WrapperRegistrationReport
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