pub struct Oml;Expand description
The Open Market License.
Trait Implementations§
Source§impl License for Oml
impl License for Oml
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 Oml
impl Ord for Oml
Source§impl PartialOrd for Oml
impl PartialOrd for Oml
impl Copy for Oml
impl Eq for Oml
impl StructuralPartialEq for Oml
Auto Trait Implementations§
impl Freeze for Oml
impl RefUnwindSafe for Oml
impl Send for Oml
impl Sync for Oml
impl Unpin for Oml
impl UnwindSafe for Oml
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