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