Struct dioxus_cli_config::DioxusCLINotUsed
source · pub struct DioxusCLINotUsed;Expand description
An error that occurs when the dioxus CLI was not used to build the application.
Trait Implementations§
source§impl Debug for DioxusCLINotUsed
impl Debug for DioxusCLINotUsed
source§impl Display for DioxusCLINotUsed
impl Display for DioxusCLINotUsed
source§impl Error for DioxusCLINotUsed
impl Error for DioxusCLINotUsed
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for DioxusCLINotUsed
impl RefUnwindSafe for DioxusCLINotUsed
impl Send for DioxusCLINotUsed
impl Sync for DioxusCLINotUsed
impl Unpin for DioxusCLINotUsed
impl UnwindSafe for DioxusCLINotUsed
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