pub enum ProtoType {
}Expand description
Protocol Buffer type enumeration
Variants§
Double
Float
Int32
Int64
Uint32
Uint64
Sint32
Sint64
Fixed32
Fixed64
Sfixed32
Sfixed64
Bool
String
Bytes
Message(String)
Enum(String)
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ProtoType
impl<'de> Deserialize<'de> for ProtoType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ProtoType
impl StructuralPartialEq for ProtoType
Auto Trait Implementations§
impl Freeze for ProtoType
impl RefUnwindSafe for ProtoType
impl Send for ProtoType
impl Sync for ProtoType
impl Unpin for ProtoType
impl UnsafeUnpin for ProtoType
impl UnwindSafe for ProtoType
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<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.