pub struct CcByNcSa2_0Fr;
Expand description
The Creative Commons Attribution-NonCommercial-ShareAlike 2.0 France.
Trait Implementations§
Source§impl Clone for CcByNcSa2_0Fr
impl Clone for CcByNcSa2_0Fr
Source§fn clone(&self) -> CcByNcSa2_0Fr
fn clone(&self) -> CcByNcSa2_0Fr
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 CcByNcSa2_0Fr
impl Debug for CcByNcSa2_0Fr
Source§impl Default for CcByNcSa2_0Fr
impl Default for CcByNcSa2_0Fr
Source§fn default() -> CcByNcSa2_0Fr
fn default() -> CcByNcSa2_0Fr
Returns the “default value” for a type. Read more
Source§impl Hash for CcByNcSa2_0Fr
impl Hash for CcByNcSa2_0Fr
Source§impl License for CcByNcSa2_0Fr
impl License for CcByNcSa2_0Fr
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 CcByNcSa2_0Fr
impl Ord for CcByNcSa2_0Fr
Source§fn cmp(&self, other: &CcByNcSa2_0Fr) -> Ordering
fn cmp(&self, other: &CcByNcSa2_0Fr) -> 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 CcByNcSa2_0Fr
impl PartialEq for CcByNcSa2_0Fr
Source§impl PartialOrd for CcByNcSa2_0Fr
impl PartialOrd for CcByNcSa2_0Fr
impl Copy for CcByNcSa2_0Fr
impl Eq for CcByNcSa2_0Fr
impl StructuralPartialEq for CcByNcSa2_0Fr
Auto Trait Implementations§
impl Freeze for CcByNcSa2_0Fr
impl RefUnwindSafe for CcByNcSa2_0Fr
impl Send for CcByNcSa2_0Fr
impl Sync for CcByNcSa2_0Fr
impl Unpin for CcByNcSa2_0Fr
impl UnwindSafe for CcByNcSa2_0Fr
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