pub struct DelegatedSignature {
pub signature: Value,
pub delegator: String,
}Fields§
§signature: Value§delegator: StringTrait Implementations§
Source§impl Clone for DelegatedSignature
impl Clone for DelegatedSignature
Source§fn clone(&self) -> DelegatedSignature
fn clone(&self) -> DelegatedSignature
Returns a duplicate 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 DelegatedSignature
impl Debug for DelegatedSignature
Source§impl<'de> Deserialize<'de> for DelegatedSignature
impl<'de> Deserialize<'de> for DelegatedSignature
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
Source§impl PartialEq for DelegatedSignature
impl PartialEq for DelegatedSignature
Source§impl Serialize for DelegatedSignature
impl Serialize for DelegatedSignature
impl StructuralPartialEq for DelegatedSignature
Auto Trait Implementations§
impl Freeze for DelegatedSignature
impl RefUnwindSafe for DelegatedSignature
impl Send for DelegatedSignature
impl Sync for DelegatedSignature
impl Unpin for DelegatedSignature
impl UnwindSafe for DelegatedSignature
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