pub enum FactoryRootKey {
Pub(PublicKey),
Dev(PublicKey),
}
Variants§
Implementations§
Trait Implementations§
Source§impl Debug for FactoryRootKey
impl Debug for FactoryRootKey
Source§impl TryFrom<PublicKey> for FactoryRootKey
impl TryFrom<PublicKey> for FactoryRootKey
Source§type Error = CertsError
type Error = CertsError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for FactoryRootKey
impl RefUnwindSafe for FactoryRootKey
impl Send for FactoryRootKey
impl Sync for FactoryRootKey
impl Unpin for FactoryRootKey
impl UnwindSafe for FactoryRootKey
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