Struct swipl::result::PrologException
source · pub struct PrologException;
Expand description
Unit type for errors which can only be an exception.
Trait Implementations§
source§impl Debug for PrologException
impl Debug for PrologException
source§impl From<PrologException> for Error
impl From<PrologException> for Error
source§fn from(error: PrologException) -> Self
fn from(error: PrologException) -> Self
Converts to this type from the input type.
source§impl From<PrologException> for PrologError
impl From<PrologException> for PrologError
source§fn from(_val: PrologException) -> PrologError
fn from(_val: PrologException) -> PrologError
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for PrologException
impl Send for PrologException
impl Sync for PrologException
impl Unpin for PrologException
impl UnwindSafe for PrologException
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