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