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