pub struct ExposeMoreThanMaximallyAllowError<MEC: ChooseMinimallyRepresentableUInt> {
pub mec: <MEC as ChooseMinimallyRepresentableUInt>::Output,
pub ec: <MEC as ChooseMinimallyRepresentableUInt>::Output,
}Expand description
An error representing that the secret has been exposed more times than allowed.
Fields§
§mec: <MEC as ChooseMinimallyRepresentableUInt>::Output§ec: <MEC as ChooseMinimallyRepresentableUInt>::OutputTrait Implementations§
Source§impl<MEC: Debug + ChooseMinimallyRepresentableUInt> Debug for ExposeMoreThanMaximallyAllowError<MEC>
impl<MEC: Debug + ChooseMinimallyRepresentableUInt> Debug for ExposeMoreThanMaximallyAllowError<MEC>
Auto Trait Implementations§
impl<MEC> Freeze for ExposeMoreThanMaximallyAllowError<MEC>
impl<MEC> RefUnwindSafe for ExposeMoreThanMaximallyAllowError<MEC>
impl<MEC> Send for ExposeMoreThanMaximallyAllowError<MEC>
impl<MEC> Sync for ExposeMoreThanMaximallyAllowError<MEC>
impl<MEC> Unpin for ExposeMoreThanMaximallyAllowError<MEC>
impl<MEC> UnwindSafe for ExposeMoreThanMaximallyAllowError<MEC>
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