pub struct LlvmException;Expand description
The LLVM Exception.
Trait Implementations§
Source§impl Clone for LlvmException
impl Clone for LlvmException
Source§fn clone(&self) -> LlvmException
fn clone(&self) -> LlvmException
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LlvmException
impl Debug for LlvmException
Source§impl Default for LlvmException
impl Default for LlvmException
Source§fn default() -> LlvmException
fn default() -> LlvmException
Returns the “default value” for a type. Read more
Source§impl Exception for LlvmException
impl Exception for LlvmException
Source§fn is_deprecated(&self) -> bool
fn is_deprecated(&self) -> bool
Says if the exception is deprecated.
Source§impl Hash for LlvmException
impl Hash for LlvmException
Source§impl Ord for LlvmException
impl Ord for LlvmException
Source§fn cmp(&self, other: &LlvmException) -> Ordering
fn cmp(&self, other: &LlvmException) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LlvmException
impl PartialEq for LlvmException
Source§impl PartialOrd for LlvmException
impl PartialOrd for LlvmException
impl Copy for LlvmException
impl Eq for LlvmException
impl StructuralPartialEq for LlvmException
Auto Trait Implementations§
impl Freeze for LlvmException
impl RefUnwindSafe for LlvmException
impl Send for LlvmException
impl Sync for LlvmException
impl Unpin for LlvmException
impl UnsafeUnpin for LlvmException
impl UnwindSafe for LlvmException
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