pub enum VerifyKeys {
Production,
}Variants§
Production
Production keys
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VerifyKeys
impl RefUnwindSafe for VerifyKeys
impl Send for VerifyKeys
impl Sync for VerifyKeys
impl Unpin for VerifyKeys
impl UnwindSafe for VerifyKeys
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