Enum libcoreinst::io::VerifyKeys
source · pub enum VerifyKeys {
Production,
}Variants§
Production
Production keys
Trait Implementations§
Auto Trait Implementations§
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