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