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