pub struct RotateKeyRequest {
pub public_key: String,
}Expand description
Request body for PUT /v1/agents/{did}/key (key rotation).
Fields§
§public_key: StringThe new base64url-encoded Ed25519 public key.
Trait Implementations§
Source§impl Clone for RotateKeyRequest
impl Clone for RotateKeyRequest
Source§fn clone(&self) -> RotateKeyRequest
fn clone(&self) -> RotateKeyRequest
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 RotateKeyRequest
impl Debug for RotateKeyRequest
Auto Trait Implementations§
impl Freeze for RotateKeyRequest
impl RefUnwindSafe for RotateKeyRequest
impl Send for RotateKeyRequest
impl Sync for RotateKeyRequest
impl Unpin for RotateKeyRequest
impl UnsafeUnpin for RotateKeyRequest
impl UnwindSafe for RotateKeyRequest
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