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