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