pub struct W3c20150513;Expand description
The W3C Software Notice and Document License (2015-05-13).
Trait Implementations§
Source§impl Clone for W3c20150513
impl Clone for W3c20150513
Source§fn clone(&self) -> W3c20150513
fn clone(&self) -> W3c20150513
Returns a duplicate 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 W3c20150513
impl Debug for W3c20150513
Source§impl Default for W3c20150513
impl Default for W3c20150513
Source§fn default() -> W3c20150513
fn default() -> W3c20150513
Returns the “default value” for a type. Read more
Source§impl Hash for W3c20150513
impl Hash for W3c20150513
Source§impl License for W3c20150513
impl License for W3c20150513
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 W3c20150513
impl Ord for W3c20150513
Source§fn cmp(&self, other: &W3c20150513) -> Ordering
fn cmp(&self, other: &W3c20150513) -> 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 W3c20150513
impl PartialEq for W3c20150513
Source§impl PartialOrd for W3c20150513
impl PartialOrd for W3c20150513
impl Copy for W3c20150513
impl Eq for W3c20150513
impl StructuralPartialEq for W3c20150513
Auto Trait Implementations§
impl Freeze for W3c20150513
impl RefUnwindSafe for W3c20150513
impl Send for W3c20150513
impl Sync for W3c20150513
impl Unpin for W3c20150513
impl UnwindSafe for W3c20150513
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