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