pub enum PortableBaseType {
Integer,
Float,
String,
Boolean,
Object,
Array,
Binary,
Timestamp,
Pubkey,
Any,
}Variants§
Trait Implementations§
Source§impl Clone for PortableBaseType
impl Clone for PortableBaseType
Source§fn clone(&self) -> PortableBaseType
fn clone(&self) -> PortableBaseType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PortableBaseType
impl Debug for PortableBaseType
Source§impl<'de> Deserialize<'de> for PortableBaseType
impl<'de> Deserialize<'de> for PortableBaseType
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 PortableBaseType
Source§impl PartialEq for PortableBaseType
impl PartialEq for PortableBaseType
Source§impl Serialize for PortableBaseType
impl Serialize for PortableBaseType
impl StructuralPartialEq for PortableBaseType
Auto Trait Implementations§
impl Freeze for PortableBaseType
impl RefUnwindSafe for PortableBaseType
impl Send for PortableBaseType
impl Sync for PortableBaseType
impl Unpin for PortableBaseType
impl UnsafeUnpin for PortableBaseType
impl UnwindSafe for PortableBaseType
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