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