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