Struct license::exceptions::Qpl1_0Inria2004Exception
source · pub struct Qpl1_0Inria2004Exception;
Expand description
The INRIA QPL 1.0 2004 variant exception.
Trait Implementations§
source§impl Clone for Qpl1_0Inria2004Exception
impl Clone for Qpl1_0Inria2004Exception
source§fn clone(&self) -> Qpl1_0Inria2004Exception
fn clone(&self) -> Qpl1_0Inria2004Exception
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 Qpl1_0Inria2004Exception
impl Debug for Qpl1_0Inria2004Exception
source§impl Default for Qpl1_0Inria2004Exception
impl Default for Qpl1_0Inria2004Exception
source§fn default() -> Qpl1_0Inria2004Exception
fn default() -> Qpl1_0Inria2004Exception
Returns the “default value” for a type. Read more
source§impl Exception for Qpl1_0Inria2004Exception
impl Exception for Qpl1_0Inria2004Exception
source§fn is_deprecated(&self) -> bool
fn is_deprecated(&self) -> bool
Says if the exception is deprecated.
source§impl Hash for Qpl1_0Inria2004Exception
impl Hash for Qpl1_0Inria2004Exception
source§impl Ord for Qpl1_0Inria2004Exception
impl Ord for Qpl1_0Inria2004Exception
source§fn cmp(&self, other: &Qpl1_0Inria2004Exception) -> Ordering
fn cmp(&self, other: &Qpl1_0Inria2004Exception) -> 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 Qpl1_0Inria2004Exception
impl PartialEq for Qpl1_0Inria2004Exception
source§impl PartialOrd for Qpl1_0Inria2004Exception
impl PartialOrd for Qpl1_0Inria2004Exception
impl Copy for Qpl1_0Inria2004Exception
impl Eq for Qpl1_0Inria2004Exception
impl StructuralPartialEq for Qpl1_0Inria2004Exception
Auto Trait Implementations§
impl Freeze for Qpl1_0Inria2004Exception
impl RefUnwindSafe for Qpl1_0Inria2004Exception
impl Send for Qpl1_0Inria2004Exception
impl Sync for Qpl1_0Inria2004Exception
impl Unpin for Qpl1_0Inria2004Exception
impl UnwindSafe for Qpl1_0Inria2004Exception
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
)