[−][src]Struct podo_core_driver::RuntimeError
Methods
impl RuntimeError
[src]
pub fn expect<T>(message: &'static str) -> Result<T, Self>
[src]
pub fn expect_os<T>(message: OsString) -> Result<T, Self>
[src]
pub fn unexpected<T>() -> Result<T, Self>
[src]
pub fn unreachable<T>() -> Result<T, Self>
[src]
pub fn unimplemented<T>() -> Result<T, Self>
[src]
Trait Implementations
impl Debug for RuntimeError
[src]
impl<E> From<E> for RuntimeError where
E: Error + Send + 'static,
[src]
E: Error + Send + 'static,
Auto Trait Implementations
impl !RefUnwindSafe for RuntimeError
impl Send for RuntimeError
impl !Sync for RuntimeError
impl Unpin for RuntimeError
impl !UnwindSafe for RuntimeError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<!> for T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,