Struct license::licenses::IscVeillard
source · pub struct IscVeillard;
Expand description
The ISC Veillard variant.
Trait Implementations§
source§impl Clone for IscVeillard
impl Clone for IscVeillard
source§fn clone(&self) -> IscVeillard
fn clone(&self) -> IscVeillard
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 IscVeillard
impl Debug for IscVeillard
source§impl Default for IscVeillard
impl Default for IscVeillard
source§fn default() -> IscVeillard
fn default() -> IscVeillard
Returns the “default value” for a type. Read more
source§impl Hash for IscVeillard
impl Hash for IscVeillard
source§impl License for IscVeillard
impl License for IscVeillard
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 IscVeillard
impl Ord for IscVeillard
source§fn cmp(&self, other: &IscVeillard) -> Ordering
fn cmp(&self, other: &IscVeillard) -> 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 IscVeillard
impl PartialEq for IscVeillard
source§impl PartialOrd for IscVeillard
impl PartialOrd for IscVeillard
impl Copy for IscVeillard
impl Eq for IscVeillard
impl StructuralPartialEq for IscVeillard
Auto Trait Implementations§
impl Freeze for IscVeillard
impl RefUnwindSafe for IscVeillard
impl Send for IscVeillard
impl Sync for IscVeillard
impl Unpin for IscVeillard
impl UnwindSafe for IscVeillard
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
)