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