pub struct CommandManagedSymmetricKeyProvider { /* private fields */ }Implementations§
Source§impl CommandManagedSymmetricKeyProvider
impl CommandManagedSymmetricKeyProvider
pub fn new(name: impl Into<String>, command: impl Into<String>) -> Self
pub fn with_args<I, S>(self, args: I) -> Self
pub fn with_envs<I, K, V>(self, envs: I) -> Self
pub fn with_supported_transport_modes<I>(self, modes: I) -> Selfwhere
I: IntoIterator<Item = KeyTransportMode>,
Trait Implementations§
Source§impl Clone for CommandManagedSymmetricKeyProvider
impl Clone for CommandManagedSymmetricKeyProvider
Source§fn clone(&self) -> CommandManagedSymmetricKeyProvider
fn clone(&self) -> CommandManagedSymmetricKeyProvider
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 ManagedSymmetricKeyProvider for CommandManagedSymmetricKeyProvider
impl ManagedSymmetricKeyProvider for CommandManagedSymmetricKeyProvider
fn provider_name(&self) -> &str
fn capabilities(&self) -> &ManagedSymmetricKeyProviderCapabilities
fn resolve_key( &self, key_reference: &ManagedSymmetricKeyReference, ) -> Result<LocalSymmetricKey, SdkError>
Auto Trait Implementations§
impl Freeze for CommandManagedSymmetricKeyProvider
impl RefUnwindSafe for CommandManagedSymmetricKeyProvider
impl Send for CommandManagedSymmetricKeyProvider
impl Sync for CommandManagedSymmetricKeyProvider
impl Unpin for CommandManagedSymmetricKeyProvider
impl UnsafeUnpin for CommandManagedSymmetricKeyProvider
impl UnwindSafe for CommandManagedSymmetricKeyProvider
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