pub struct Naist2003;Expand description
The Nara Institute of Science and Technology License (2003).
Trait Implementations§
Source§impl License for Naist2003
impl License for Naist2003
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 Naist2003
impl Ord for Naist2003
Source§impl PartialOrd for Naist2003
impl PartialOrd for Naist2003
impl Copy for Naist2003
impl Eq for Naist2003
impl StructuralPartialEq for Naist2003
Auto Trait Implementations§
impl Freeze for Naist2003
impl RefUnwindSafe for Naist2003
impl Send for Naist2003
impl Sync for Naist2003
impl Unpin for Naist2003
impl UnwindSafe for Naist2003
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