Struct MacError

struct MacError

Error type for when the Output of a Mac is not equal to the expected value.

Implementations

impl Clone for MacError

fn clone(self: &Self) -> MacError

impl Copy for MacError

impl Debug for MacError

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Default for MacError

fn default() -> MacError

impl Display for MacError

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Eq for MacError

impl Error for MacError

impl Freeze for MacError

impl PartialEq for MacError

fn eq(self: &Self, other: &MacError) -> bool

impl RefUnwindSafe for MacError

impl Send for MacError

impl StructuralPartialEq for MacError

impl Sync for MacError

impl Unpin for MacError

impl UnsafeUnpin for MacError

impl UnwindSafe for MacError

impl<T> Any for MacError

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for MacError

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for MacError

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for MacError

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for MacError

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> Same for MacError

impl<T> ToOwned for MacError

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T> ToString for MacError

fn to_string(self: &Self) -> String

impl<T, U> Into for MacError

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for MacError

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for MacError

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>