Struct license::licenses::CcByNc3_0De
source · pub struct CcByNc3_0De;
Expand description
The Creative Commons Attribution Non Commercial 3.0 Germany.
Trait Implementations§
source§impl Clone for CcByNc3_0De
impl Clone for CcByNc3_0De
source§fn clone(&self) -> CcByNc3_0De
fn clone(&self) -> CcByNc3_0De
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 CcByNc3_0De
impl Debug for CcByNc3_0De
source§impl Default for CcByNc3_0De
impl Default for CcByNc3_0De
source§fn default() -> CcByNc3_0De
fn default() -> CcByNc3_0De
Returns the “default value” for a type. Read more
source§impl Hash for CcByNc3_0De
impl Hash for CcByNc3_0De
source§impl License for CcByNc3_0De
impl License for CcByNc3_0De
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 CcByNc3_0De
impl Ord for CcByNc3_0De
source§fn cmp(&self, other: &CcByNc3_0De) -> Ordering
fn cmp(&self, other: &CcByNc3_0De) -> 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 CcByNc3_0De
impl PartialEq for CcByNc3_0De
source§impl PartialOrd for CcByNc3_0De
impl PartialOrd for CcByNc3_0De
impl Copy for CcByNc3_0De
impl Eq for CcByNc3_0De
impl StructuralPartialEq for CcByNc3_0De
Auto Trait Implementations§
impl Freeze for CcByNc3_0De
impl RefUnwindSafe for CcByNc3_0De
impl Send for CcByNc3_0De
impl Sync for CcByNc3_0De
impl Unpin for CcByNc3_0De
impl UnwindSafe for CcByNc3_0De
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
)