pub enum IntraLinkError {
IOError(Error),
ParseError(Error),
LoadStdLibError(String),
}Variants§
Trait Implementations§
Source§impl Debug for IntraLinkError
impl Debug for IntraLinkError
Source§impl Display for IntraLinkError
impl Display for IntraLinkError
Source§impl From<Error> for IntraLinkError
impl From<Error> for IntraLinkError
Source§impl From<Error> for IntraLinkError
impl From<Error> for IntraLinkError
Source§impl From<IntraLinkError> for TransformError
impl From<IntraLinkError> for TransformError
Source§fn from(err: IntraLinkError) -> Self
fn from(err: IntraLinkError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for IntraLinkError
impl !RefUnwindSafe for IntraLinkError
impl Send for IntraLinkError
impl Sync for IntraLinkError
impl Unpin for IntraLinkError
impl !UnwindSafe for IntraLinkError
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