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