Struct license::licenses::HpndExport2Us
source · pub struct HpndExport2Us;
Expand description
The HPND with US Government export control and 2 disclaimers.
Trait Implementations§
source§impl Clone for HpndExport2Us
impl Clone for HpndExport2Us
source§fn clone(&self) -> HpndExport2Us
fn clone(&self) -> HpndExport2Us
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for HpndExport2Us
impl Debug for HpndExport2Us
source§impl Default for HpndExport2Us
impl Default for HpndExport2Us
source§fn default() -> HpndExport2Us
fn default() -> HpndExport2Us
Returns the “default value” for a type. Read more
source§impl Hash for HpndExport2Us
impl Hash for HpndExport2Us
source§impl License for HpndExport2Us
impl License for HpndExport2Us
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 HpndExport2Us
impl Ord for HpndExport2Us
source§fn cmp(&self, other: &HpndExport2Us) -> Ordering
fn cmp(&self, other: &HpndExport2Us) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for HpndExport2Us
impl PartialEq for HpndExport2Us
source§impl PartialOrd for HpndExport2Us
impl PartialOrd for HpndExport2Us
impl Copy for HpndExport2Us
impl Eq for HpndExport2Us
impl StructuralPartialEq for HpndExport2Us
Auto Trait Implementations§
impl Freeze for HpndExport2Us
impl RefUnwindSafe for HpndExport2Us
impl Send for HpndExport2Us
impl Sync for HpndExport2Us
impl Unpin for HpndExport2Us
impl UnwindSafe for HpndExport2Us
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)