pub struct SignablePayloadFieldCommon {
pub fallback_text: String,
pub label: String,
}Fields§
§fallback_text: String§label: StringTrait Implementations§
Source§impl Clone for SignablePayloadFieldCommon
impl Clone for SignablePayloadFieldCommon
Source§fn clone(&self) -> SignablePayloadFieldCommon
fn clone(&self) -> SignablePayloadFieldCommon
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 SignablePayloadFieldCommon
impl Debug for SignablePayloadFieldCommon
Source§impl<'de> Deserialize<'de> for SignablePayloadFieldCommon
impl<'de> Deserialize<'de> for SignablePayloadFieldCommon
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 SignablePayloadFieldCommon
Source§impl PartialEq for SignablePayloadFieldCommon
impl PartialEq for SignablePayloadFieldCommon
Source§fn eq(&self, other: &SignablePayloadFieldCommon) -> bool
fn eq(&self, other: &SignablePayloadFieldCommon) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SignablePayloadFieldCommon
Auto Trait Implementations§
impl Freeze for SignablePayloadFieldCommon
impl RefUnwindSafe for SignablePayloadFieldCommon
impl Send for SignablePayloadFieldCommon
impl Sync for SignablePayloadFieldCommon
impl Unpin for SignablePayloadFieldCommon
impl UnsafeUnpin for SignablePayloadFieldCommon
impl UnwindSafe for SignablePayloadFieldCommon
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