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