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