pub struct KeybaseType {
pub id: Option<String>,
pub name: Option<String>,
pub ref_: Option<QName>,
pub annotation: Option<Annotation>,
pub selector: Field,
pub field: Vec<Field>,
}Fields§
§id: Option<String>§name: Option<String>§ref_: Option<QName>§annotation: Option<Annotation>§selector: Field§field: Vec<Field>Trait Implementations§
Source§impl Clone for KeybaseType
impl Clone for KeybaseType
Source§fn clone(&self) -> KeybaseType
fn clone(&self) -> KeybaseType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KeybaseType
impl Debug for KeybaseType
Source§impl<'de> Deserializer<'de, KeybaseType> for KeybaseTypeDeserializer
impl<'de> Deserializer<'de, KeybaseType> for KeybaseTypeDeserializer
Source§fn init<R>(
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, KeybaseType, Self>where
R: XmlReader,
fn init<R>(
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, KeybaseType, Self>where
R: XmlReader,
Source§fn next<R>(
self,
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, KeybaseType, Self>where
R: XmlReader,
fn next<R>(
self,
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, KeybaseType, Self>where
R: XmlReader,
Source§impl PartialEq for KeybaseType
impl PartialEq for KeybaseType
Source§impl WithDeserializer for KeybaseType
impl WithDeserializer for KeybaseType
Source§type Deserializer = KeybaseTypeDeserializer
type Deserializer = KeybaseTypeDeserializer
The deserializer to use for this type.
Source§impl WithNamespace for KeybaseType
impl WithNamespace for KeybaseType
impl Eq for KeybaseType
impl StructuralPartialEq for KeybaseType
Auto Trait Implementations§
impl Freeze for KeybaseType
impl RefUnwindSafe for KeybaseType
impl Send for KeybaseType
impl Sync for KeybaseType
impl Unpin for KeybaseType
impl UnwindSafe for KeybaseType
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