pub struct Lppl1_3a;
Expand description
The LaTeX Project Public License v1.3a.
Trait Implementations§
Source§impl License for Lppl1_3a
impl License for Lppl1_3a
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 Lppl1_3a
impl Ord for Lppl1_3a
Source§impl PartialOrd for Lppl1_3a
impl PartialOrd for Lppl1_3a
impl Copy for Lppl1_3a
impl Eq for Lppl1_3a
impl StructuralPartialEq for Lppl1_3a
Auto Trait Implementations§
impl Freeze for Lppl1_3a
impl RefUnwindSafe for Lppl1_3a
impl Send for Lppl1_3a
impl Sync for Lppl1_3a
impl Unpin for Lppl1_3a
impl UnwindSafe for Lppl1_3a
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