pub struct DeletePrivateKeysParams {
pub private_key_ids: Vec<String>,
pub delete_without_export: Option<bool>,
}Fields§
§private_key_ids: Vec<String>@inject_tag: validate:“required,dive,uuid”
delete_without_export: Option<bool>Trait Implementations§
Source§impl Clone for DeletePrivateKeysParams
impl Clone for DeletePrivateKeysParams
Source§fn clone(&self) -> DeletePrivateKeysParams
fn clone(&self) -> DeletePrivateKeysParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeletePrivateKeysParams
impl Debug for DeletePrivateKeysParams
Source§impl<'de> Deserialize<'de> for DeletePrivateKeysParams
impl<'de> Deserialize<'de> for DeletePrivateKeysParams
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 DeletePrivateKeysParams
impl PartialEq for DeletePrivateKeysParams
Source§impl Serialize for DeletePrivateKeysParams
impl Serialize for DeletePrivateKeysParams
impl StructuralPartialEq for DeletePrivateKeysParams
Auto Trait Implementations§
impl Freeze for DeletePrivateKeysParams
impl RefUnwindSafe for DeletePrivateKeysParams
impl Send for DeletePrivateKeysParams
impl Sync for DeletePrivateKeysParams
impl Unpin for DeletePrivateKeysParams
impl UnsafeUnpin for DeletePrivateKeysParams
impl UnwindSafe for DeletePrivateKeysParams
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