pub struct HpndUc;
Expand description
The Historical Permission Notice and Disclaimer - University of California variant.
Trait Implementations§
Source§impl License for HpndUc
impl License for HpndUc
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 HpndUc
impl Ord for HpndUc
Source§impl PartialOrd for HpndUc
impl PartialOrd for HpndUc
impl Copy for HpndUc
impl Eq for HpndUc
impl StructuralPartialEq for HpndUc
Auto Trait Implementations§
impl Freeze for HpndUc
impl RefUnwindSafe for HpndUc
impl Send for HpndUc
impl Sync for HpndUc
impl Unpin for HpndUc
impl UnwindSafe for HpndUc
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