pub struct Keyless {
pub value: String,
}Fields§
§value: StringAll bytes (Vec0x and fulfilled with two hex digits per byte. Unlike the Address type, HexEncodedBytes will not trim any zeros.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Keyless
impl<'de> Deserialize<'de> for Keyless
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 StructuralPartialEq for Keyless
Auto Trait Implementations§
impl Freeze for Keyless
impl RefUnwindSafe for Keyless
impl Send for Keyless
impl Sync for Keyless
impl Unpin for Keyless
impl UnsafeUnpin for Keyless
impl UnwindSafe for Keyless
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