pub struct MissingEntrypointError();
Trait Implementations§
Source§impl Debug for MissingEntrypointError
impl Debug for MissingEntrypointError
Source§impl Display for MissingEntrypointError
impl Display for MissingEntrypointError
Source§impl From<MissingEntrypointError> for AnyError
impl From<MissingEntrypointError> for AnyError
Source§fn from(e: MissingEntrypointError) -> AnyError
fn from(e: MissingEntrypointError) -> AnyError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MissingEntrypointError
impl RefUnwindSafe for MissingEntrypointError
impl Send for MissingEntrypointError
impl Sync for MissingEntrypointError
impl Unpin for MissingEntrypointError
impl UnwindSafe for MissingEntrypointError
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