Struct kanidm_proto::v1::KeyTypeSchema
source · pub struct KeyTypeSchema {
pub name: &'static str,
pub short_name: &'static str,
pub is_cert: bool,
pub is_sk: bool,
pub kind: KeyTypeKind,
pub plain: &'static str,
}
Fields§
§name: &'static str
§short_name: &'static str
§is_cert: bool
§is_sk: bool
§kind: KeyTypeKind
§plain: &'static str
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyTypeSchema
impl RefUnwindSafe for KeyTypeSchema
impl Send for KeyTypeSchema
impl Sync for KeyTypeSchema
impl Unpin for KeyTypeSchema
impl UnwindSafe for KeyTypeSchema
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
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