Enum polywrap_plugin::MapKeyType
source · pub enum MapKeyType {
Uint,
Uint8,
Uint16,
Uint32,
Int,
Int8,
Int16,
Int32,
String,
}Variants§
Trait Implementations§
source§impl Clone for MapKeyType
impl Clone for MapKeyType
source§fn clone(&self) -> MapKeyType
fn clone(&self) -> MapKeyType
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 MapKeyType
impl Debug for MapKeyType
source§impl<'de> Deserialize<'de> for MapKeyType
impl<'de> Deserialize<'de> for MapKeyType
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<MapKeyType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<MapKeyType, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for MapKeyType
impl PartialEq for MapKeyType
source§fn eq(&self, other: &MapKeyType) -> bool
fn eq(&self, other: &MapKeyType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for MapKeyType
impl Serialize for MapKeyType
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for MapKeyType
Auto Trait Implementations§
impl RefUnwindSafe for MapKeyType
impl Send for MapKeyType
impl Sync for MapKeyType
impl Unpin for MapKeyType
impl UnwindSafe for MapKeyType
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