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