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