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