[−][src]Enum mop_blocks::Error
Variants
It wasn't possible to cast a value
It wasn't possible to extract optional element
GpDefinitionsBuilder error
An unspecified error occurred
Implementations
impl Error[src]
pub fn cast_rslt<T, U>(value: T) -> Result<U, Error> where
T: ToPrimitive,
U: NumCast, [src]
T: ToPrimitive,
U: NumCast,
pub fn opt_rslt<T>(opt: Option<T>) -> Result<T, Error>[src]
Trait Implementations
impl Debug for Error[src]
impl Display for Error[src]
impl From<GpDefinitionsBuilderError> for Error[src]
fn from(from: GpDefinitionsBuilderError) -> Self[src]
impl From<Infallible> for Error[src]
fn from(_: Infallible) -> Self[src]
Auto Trait Implementations
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<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T> TraitCfg for T[src]
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>,