Struct license::exceptions::GplCc1_0
source · pub struct GplCc1_0;
Expand description
The GPL Cooperation Commitment 1.0.
Trait Implementations§
source§impl Exception for GplCc1_0
impl Exception for GplCc1_0
source§fn is_deprecated(&self) -> bool
fn is_deprecated(&self) -> bool
Says if the exception is deprecated.
source§impl Ord for GplCc1_0
impl Ord for GplCc1_0
source§impl PartialOrd for GplCc1_0
impl PartialOrd for GplCc1_0
impl Copy for GplCc1_0
impl Eq for GplCc1_0
impl StructuralPartialEq for GplCc1_0
Auto Trait Implementations§
impl Freeze for GplCc1_0
impl RefUnwindSafe for GplCc1_0
impl Send for GplCc1_0
impl Sync for GplCc1_0
impl Unpin for GplCc1_0
impl UnwindSafe for GplCc1_0
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
)