pub struct Fsfullrsd;Expand description
The FSF Unlimited License (with License Retention and Short Disclaimer).
Trait Implementations§
Source§impl License for Fsfullrsd
impl License for Fsfullrsd
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 Fsfullrsd
impl Ord for Fsfullrsd
Source§impl PartialOrd for Fsfullrsd
impl PartialOrd for Fsfullrsd
impl Copy for Fsfullrsd
impl Eq for Fsfullrsd
impl StructuralPartialEq for Fsfullrsd
Auto Trait Implementations§
impl Freeze for Fsfullrsd
impl RefUnwindSafe for Fsfullrsd
impl Send for Fsfullrsd
impl Sync for Fsfullrsd
impl Unpin for Fsfullrsd
impl UnwindSafe for Fsfullrsd
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