pub enum PortableTransformation {
HexEncode,
HexDecode,
Base58Encode,
Base58Decode,
ToString,
ToNumber,
}Variants§
Trait Implementations§
Source§impl Clone for PortableTransformation
impl Clone for PortableTransformation
Source§fn clone(&self) -> PortableTransformation
fn clone(&self) -> PortableTransformation
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 PortableTransformation
impl Debug for PortableTransformation
Source§impl<'de> Deserialize<'de> for PortableTransformation
impl<'de> Deserialize<'de> for PortableTransformation
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 PortableTransformation
Source§impl PartialEq for PortableTransformation
impl PartialEq for PortableTransformation
Source§impl Serialize for PortableTransformation
impl Serialize for PortableTransformation
impl StructuralPartialEq for PortableTransformation
Auto Trait Implementations§
impl Freeze for PortableTransformation
impl RefUnwindSafe for PortableTransformation
impl Send for PortableTransformation
impl Sync for PortableTransformation
impl Unpin for PortableTransformation
impl UnsafeUnpin for PortableTransformation
impl UnwindSafe for PortableTransformation
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