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