pub struct Gpl2_0WithGccException;
Expand description
The GNU General Public License v2.0 w/GCC Runtime Library exception.
Trait Implementations§
Source§impl Clone for Gpl2_0WithGccException
impl Clone for Gpl2_0WithGccException
Source§fn clone(&self) -> Gpl2_0WithGccException
fn clone(&self) -> Gpl2_0WithGccException
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 Gpl2_0WithGccException
impl Debug for Gpl2_0WithGccException
Source§impl Default for Gpl2_0WithGccException
impl Default for Gpl2_0WithGccException
Source§fn default() -> Gpl2_0WithGccException
fn default() -> Gpl2_0WithGccException
Returns the “default value” for a type. Read more
Source§impl Hash for Gpl2_0WithGccException
impl Hash for Gpl2_0WithGccException
Source§impl License for Gpl2_0WithGccException
impl License for Gpl2_0WithGccException
Source§fn is_osi_approved(&self) -> bool
fn is_osi_approved(&self) -> bool
Says if the license is OSI approved. Read more
Source§fn is_fsf_libre(&self) -> bool
fn is_fsf_libre(&self) -> bool
Says if the license is FSF Libre. Read more
Source§fn is_deprecated(&self) -> bool
fn is_deprecated(&self) -> bool
Says if the license is deprecated.
Source§impl Ord for Gpl2_0WithGccException
impl Ord for Gpl2_0WithGccException
Source§fn cmp(&self, other: &Gpl2_0WithGccException) -> Ordering
fn cmp(&self, other: &Gpl2_0WithGccException) -> 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 Gpl2_0WithGccException
impl PartialEq for Gpl2_0WithGccException
Source§impl PartialOrd for Gpl2_0WithGccException
impl PartialOrd for Gpl2_0WithGccException
impl Copy for Gpl2_0WithGccException
impl Eq for Gpl2_0WithGccException
impl StructuralPartialEq for Gpl2_0WithGccException
Auto Trait Implementations§
impl Freeze for Gpl2_0WithGccException
impl RefUnwindSafe for Gpl2_0WithGccException
impl Send for Gpl2_0WithGccException
impl Sync for Gpl2_0WithGccException
impl Unpin for Gpl2_0WithGccException
impl UnwindSafe for Gpl2_0WithGccException
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