pub struct HpndNetrek;Expand description
The Historical Permission Notice and Disclaimer - Netrek variant.
Trait Implementations§
Source§impl Clone for HpndNetrek
impl Clone for HpndNetrek
Source§fn clone(&self) -> HpndNetrek
fn clone(&self) -> HpndNetrek
Returns a duplicate 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 HpndNetrek
impl Debug for HpndNetrek
Source§impl Default for HpndNetrek
impl Default for HpndNetrek
Source§fn default() -> HpndNetrek
fn default() -> HpndNetrek
Returns the “default value” for a type. Read more
Source§impl Hash for HpndNetrek
impl Hash for HpndNetrek
Source§impl License for HpndNetrek
impl License for HpndNetrek
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 HpndNetrek
impl Ord for HpndNetrek
Source§fn cmp(&self, other: &HpndNetrek) -> Ordering
fn cmp(&self, other: &HpndNetrek) -> 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 HpndNetrek
impl PartialEq for HpndNetrek
Source§impl PartialOrd for HpndNetrek
impl PartialOrd for HpndNetrek
impl Copy for HpndNetrek
impl Eq for HpndNetrek
impl StructuralPartialEq for HpndNetrek
Auto Trait Implementations§
impl Freeze for HpndNetrek
impl RefUnwindSafe for HpndNetrek
impl Send for HpndNetrek
impl Sync for HpndNetrek
impl Unpin for HpndNetrek
impl UnwindSafe for HpndNetrek
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