pub struct Mitnfa;Expand description
The MIT +no-false-attribs license.
Trait Implementations§
Source§impl License for Mitnfa
impl License for Mitnfa
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 Mitnfa
impl Ord for Mitnfa
Source§impl PartialOrd for Mitnfa
impl PartialOrd for Mitnfa
impl Copy for Mitnfa
impl Eq for Mitnfa
impl StructuralPartialEq for Mitnfa
Auto Trait Implementations§
impl Freeze for Mitnfa
impl RefUnwindSafe for Mitnfa
impl Send for Mitnfa
impl Sync for Mitnfa
impl Unpin for Mitnfa
impl UnwindSafe for Mitnfa
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