pub struct UpdateKey {
pub new_key_hash: Vec<u8>,
}Fields§
§new_key_hash: Vec<u8>Trait Implementations§
Source§impl<'de> Deserialize<'de> for UpdateKey
impl<'de> Deserialize<'de> for UpdateKey
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 UpdateKey
Auto Trait Implementations§
impl Freeze for UpdateKey
impl RefUnwindSafe for UpdateKey
impl Send for UpdateKey
impl Sync for UpdateKey
impl Unpin for UpdateKey
impl UnsafeUnpin for UpdateKey
impl UnwindSafe for UpdateKey
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