pub struct MacResult { /* private fields */ }
Expand description
A MacResult wraps a Mac code and provides a safe Eq implementation that runs in fixed time.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MacResult
impl RefUnwindSafe for MacResult
impl Send for MacResult
impl Sync for MacResult
impl Unpin for MacResult
impl UnwindSafe for MacResult
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