pub struct Gfdl1_3NoInvariantsOnly;
Expand description
The GNU Free Documentation License v1.3 only - no invariants.
Trait Implementations§
Source§impl Clone for Gfdl1_3NoInvariantsOnly
impl Clone for Gfdl1_3NoInvariantsOnly
Source§fn clone(&self) -> Gfdl1_3NoInvariantsOnly
fn clone(&self) -> Gfdl1_3NoInvariantsOnly
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 Gfdl1_3NoInvariantsOnly
impl Debug for Gfdl1_3NoInvariantsOnly
Source§impl Default for Gfdl1_3NoInvariantsOnly
impl Default for Gfdl1_3NoInvariantsOnly
Source§fn default() -> Gfdl1_3NoInvariantsOnly
fn default() -> Gfdl1_3NoInvariantsOnly
Returns the “default value” for a type. Read more
Source§impl Hash for Gfdl1_3NoInvariantsOnly
impl Hash for Gfdl1_3NoInvariantsOnly
Source§impl License for Gfdl1_3NoInvariantsOnly
impl License for Gfdl1_3NoInvariantsOnly
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 Gfdl1_3NoInvariantsOnly
impl Ord for Gfdl1_3NoInvariantsOnly
Source§fn cmp(&self, other: &Gfdl1_3NoInvariantsOnly) -> Ordering
fn cmp(&self, other: &Gfdl1_3NoInvariantsOnly) -> 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 Gfdl1_3NoInvariantsOnly
impl PartialEq for Gfdl1_3NoInvariantsOnly
Source§impl PartialOrd for Gfdl1_3NoInvariantsOnly
impl PartialOrd for Gfdl1_3NoInvariantsOnly
impl Copy for Gfdl1_3NoInvariantsOnly
impl Eq for Gfdl1_3NoInvariantsOnly
impl StructuralPartialEq for Gfdl1_3NoInvariantsOnly
Auto Trait Implementations§
impl Freeze for Gfdl1_3NoInvariantsOnly
impl RefUnwindSafe for Gfdl1_3NoInvariantsOnly
impl Send for Gfdl1_3NoInvariantsOnly
impl Sync for Gfdl1_3NoInvariantsOnly
impl Unpin for Gfdl1_3NoInvariantsOnly
impl UnwindSafe for Gfdl1_3NoInvariantsOnly
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