Struct license::exceptions::ErlangOtpLinkingException
source · pub struct ErlangOtpLinkingException;
Expand description
The Erlang/OTP Linking Exception.
Trait Implementations§
source§impl Clone for ErlangOtpLinkingException
impl Clone for ErlangOtpLinkingException
source§fn clone(&self) -> ErlangOtpLinkingException
fn clone(&self) -> ErlangOtpLinkingException
Returns a copy 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 ErlangOtpLinkingException
impl Debug for ErlangOtpLinkingException
source§impl Default for ErlangOtpLinkingException
impl Default for ErlangOtpLinkingException
source§fn default() -> ErlangOtpLinkingException
fn default() -> ErlangOtpLinkingException
Returns the “default value” for a type. Read more
source§impl Exception for ErlangOtpLinkingException
impl Exception for ErlangOtpLinkingException
source§fn is_deprecated(&self) -> bool
fn is_deprecated(&self) -> bool
Says if the exception is deprecated.
source§impl Hash for ErlangOtpLinkingException
impl Hash for ErlangOtpLinkingException
source§impl Ord for ErlangOtpLinkingException
impl Ord for ErlangOtpLinkingException
source§fn cmp(&self, other: &ErlangOtpLinkingException) -> Ordering
fn cmp(&self, other: &ErlangOtpLinkingException) -> 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 PartialOrd for ErlangOtpLinkingException
impl PartialOrd for ErlangOtpLinkingException
impl Copy for ErlangOtpLinkingException
impl Eq for ErlangOtpLinkingException
impl StructuralPartialEq for ErlangOtpLinkingException
Auto Trait Implementations§
impl Freeze for ErlangOtpLinkingException
impl RefUnwindSafe for ErlangOtpLinkingException
impl Send for ErlangOtpLinkingException
impl Sync for ErlangOtpLinkingException
impl Unpin for ErlangOtpLinkingException
impl UnwindSafe for ErlangOtpLinkingException
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)