pub struct KeySpecParams {
pub key_hash: Vec<u8>,
pub delegate: String,
}Fields§
§key_hash: Vec<u8>§delegate: StringTrait Implementations§
Source§impl Clone for KeySpecParams
impl Clone for KeySpecParams
Source§fn clone(&self) -> KeySpecParams
fn clone(&self) -> KeySpecParams
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 KeySpecParams
impl Debug for KeySpecParams
Source§impl<'de> Deserialize<'de> for KeySpecParams
impl<'de> Deserialize<'de> for KeySpecParams
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 KeySpecParams
impl PartialEq for KeySpecParams
Source§impl Serialize for KeySpecParams
impl Serialize for KeySpecParams
impl StructuralPartialEq for KeySpecParams
Auto Trait Implementations§
impl Freeze for KeySpecParams
impl RefUnwindSafe for KeySpecParams
impl Send for KeySpecParams
impl Sync for KeySpecParams
impl Unpin for KeySpecParams
impl UnsafeUnpin for KeySpecParams
impl UnwindSafe for KeySpecParams
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