Struct jrsonnet_evaluator::error::LocError[][src]

pub struct LocError(_);

Implementations

impl LocError[src]

pub fn new(e: Error) -> Self[src]

pub const fn error(&self) -> &Error[src]

pub fn error_mut(&mut self) -> &mut Error[src]

pub const fn trace(&self) -> &StackTrace[src]

pub fn trace_mut(&mut self) -> &mut StackTrace[src]

Trait Implementations

impl Clone for LocError[src]

impl Debug for LocError[src]

impl From<Error> for LocError[src]

impl From<TypeError> for LocError[src]

impl From<TypeLocError> for LocError[src]

Auto Trait Implementations

impl !RefUnwindSafe for LocError

impl !Send for LocError

impl !Sync for LocError

impl Unpin for LocError

impl UnwindSafe for LocError

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.