Searched defs:PublicKeyCredentialType (Results 1 – 1 of 1) sorted by relevance
1489 pub fn get_field_type(&self) -> PublicKeyCredentialType { in get_field_type()1497 pub fn set_field_type(&mut self, v: PublicKeyCredentialType) { in set_field_type()3204 pub fn get_field_type(&self) -> PublicKeyCredentialType { in get_field_type()3212 pub fn set_field_type(&mut self, v: PublicKeyCredentialType) { in set_field_type()3717 pub enum PublicKeyCredentialType { enum3721 impl ::protobuf::ProtobufEnum for PublicKeyCredentialType { implementation3726 fn from_i32(value: i32) -> ::std::option::Option<PublicKeyCredentialType> { in from_i32()3741 impl ::std::marker::Copy for PublicKeyCredentialType { implementation3744 impl ::std::default::Default for PublicKeyCredentialType { implementation3750 impl ::protobuf::reflect::ProtobufValue for PublicKeyCredentialType { implementation