Struct fuchsia_component::server::MissingStartupHandle
source · pub struct MissingStartupHandle;
Expand description
An error indicating the startup handle on which the FIDL server attempted to start was missing.
Trait Implementations§
source§impl Debug for MissingStartupHandle
impl Debug for MissingStartupHandle
source§impl Display for MissingStartupHandle
impl Display for MissingStartupHandle
source§impl Error for MissingStartupHandle
impl Error for MissingStartupHandle
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 MissingStartupHandle
impl RefUnwindSafe for MissingStartupHandle
impl Send for MissingStartupHandle
impl Sync for MissingStartupHandle
impl Unpin for MissingStartupHandle
impl UnwindSafe for MissingStartupHandle
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