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