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