pub struct KeybaseType {
pub id: Option<String>,
pub name: Option<String>,
pub ref_: Option<QName>,
pub content: Option<KeybaseTypeContent>,
}Fields§
§id: Option<String>§name: Option<String>§ref_: Option<QName>§content: Option<KeybaseTypeContent>Trait Implementations§
Source§impl Clone for KeybaseType
impl Clone for KeybaseType
Source§fn clone(&self) -> KeybaseType
fn clone(&self) -> KeybaseType
Returns a duplicate 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 Box<KeybaseTypeDeserializer>
impl<'de> Deserializer<'de, KeybaseType> for Box<KeybaseTypeDeserializer>
Source§fn init(
helper: &mut DeserializeHelper,
event: Event<'de>,
) -> DeserializerResult<'de, KeybaseType>
fn init( helper: &mut DeserializeHelper, event: Event<'de>, ) -> DeserializerResult<'de, KeybaseType>
Source§fn next(
self,
helper: &mut DeserializeHelper,
event: Event<'de>,
) -> DeserializerResult<'de, KeybaseType>
fn next( self, helper: &mut DeserializeHelper, event: Event<'de>, ) -> DeserializerResult<'de, KeybaseType>
Source§fn finish(self, helper: &mut DeserializeHelper) -> Result<KeybaseType, Error>
fn finish(self, helper: &mut DeserializeHelper) -> Result<KeybaseType, Error>
Force the deserializer to finish. Read more
Source§impl PartialEq for KeybaseType
impl PartialEq for KeybaseType
Source§impl WithDeserializer for KeybaseType
impl WithDeserializer for KeybaseType
Source§type Deserializer = Box<KeybaseTypeDeserializer>
type Deserializer = Box<KeybaseTypeDeserializer>
The deserializer to use for this type.
Source§fn init<'de>(
helper: &mut DeserializeHelper,
event: Event<'de>,
) -> Result<DeserializerOutput<'de, Self>, Error>
fn init<'de>( helper: &mut DeserializeHelper, event: Event<'de>, ) -> Result<DeserializerOutput<'de, Self>, Error>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'de, R, X> DeserializeSync<'de, R> for Xwhere
R: XmlReaderSync<'de>,
X: WithDeserializer,
impl<'de, R, X> DeserializeSync<'de, R> for Xwhere
R: XmlReaderSync<'de>,
X: WithDeserializer,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.