Struct license::exceptions::CryptsetupOpensSlException
source · pub struct CryptsetupOpensSlException;
Expand description
The cryptsetup OpenSSL exception.
Trait Implementations§
source§impl Clone for CryptsetupOpensSlException
impl Clone for CryptsetupOpensSlException
source§fn clone(&self) -> CryptsetupOpensSlException
fn clone(&self) -> CryptsetupOpensSlException
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 CryptsetupOpensSlException
impl Debug for CryptsetupOpensSlException
source§impl Default for CryptsetupOpensSlException
impl Default for CryptsetupOpensSlException
source§fn default() -> CryptsetupOpensSlException
fn default() -> CryptsetupOpensSlException
Returns the “default value” for a type. Read more
source§impl Exception for CryptsetupOpensSlException
impl Exception for CryptsetupOpensSlException
source§fn is_deprecated(&self) -> bool
fn is_deprecated(&self) -> bool
Says if the exception is deprecated.
source§impl Hash for CryptsetupOpensSlException
impl Hash for CryptsetupOpensSlException
source§impl Ord for CryptsetupOpensSlException
impl Ord for CryptsetupOpensSlException
source§fn cmp(&self, other: &CryptsetupOpensSlException) -> Ordering
fn cmp(&self, other: &CryptsetupOpensSlException) -> 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 PartialOrd for CryptsetupOpensSlException
impl PartialOrd for CryptsetupOpensSlException
impl Copy for CryptsetupOpensSlException
impl Eq for CryptsetupOpensSlException
impl StructuralPartialEq for CryptsetupOpensSlException
Auto Trait Implementations§
impl Freeze for CryptsetupOpensSlException
impl RefUnwindSafe for CryptsetupOpensSlException
impl Send for CryptsetupOpensSlException
impl Sync for CryptsetupOpensSlException
impl Unpin for CryptsetupOpensSlException
impl UnwindSafe for CryptsetupOpensSlException
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
)