pub struct RevokeTrustKeyRequest {
pub tenant_id: String,
pub key_id: String,
}Fields§
§tenant_id: String§key_id: StringImplementations§
Source§impl RevokeTrustKeyRequest
impl RevokeTrustKeyRequest
pub fn new(tenant_id: String, key_id: String) -> RevokeTrustKeyRequest
Trait Implementations§
Source§impl Clone for RevokeTrustKeyRequest
impl Clone for RevokeTrustKeyRequest
Source§fn clone(&self) -> RevokeTrustKeyRequest
fn clone(&self) -> RevokeTrustKeyRequest
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 RevokeTrustKeyRequest
impl Debug for RevokeTrustKeyRequest
Source§impl Default for RevokeTrustKeyRequest
impl Default for RevokeTrustKeyRequest
Source§fn default() -> RevokeTrustKeyRequest
fn default() -> RevokeTrustKeyRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RevokeTrustKeyRequest
impl<'de> Deserialize<'de> for RevokeTrustKeyRequest
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 RevokeTrustKeyRequest
impl PartialEq for RevokeTrustKeyRequest
Source§impl Serialize for RevokeTrustKeyRequest
impl Serialize for RevokeTrustKeyRequest
impl StructuralPartialEq for RevokeTrustKeyRequest
Auto Trait Implementations§
impl Freeze for RevokeTrustKeyRequest
impl RefUnwindSafe for RevokeTrustKeyRequest
impl Send for RevokeTrustKeyRequest
impl Sync for RevokeTrustKeyRequest
impl Unpin for RevokeTrustKeyRequest
impl UnsafeUnpin for RevokeTrustKeyRequest
impl UnwindSafe for RevokeTrustKeyRequest
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