pub enum ExternalSecretDataRemoteRefMetadataPolicy {
None,
Fetch,
}Expand description
RemoteRef points to the remote secret and defines which secret (version/property/..) to fetch.
Variants§
Trait Implementations§
Source§impl Clone for ExternalSecretDataRemoteRefMetadataPolicy
impl Clone for ExternalSecretDataRemoteRefMetadataPolicy
Source§fn clone(&self) -> ExternalSecretDataRemoteRefMetadataPolicy
fn clone(&self) -> ExternalSecretDataRemoteRefMetadataPolicy
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<'de> Deserialize<'de> for ExternalSecretDataRemoteRefMetadataPolicy
impl<'de> Deserialize<'de> for ExternalSecretDataRemoteRefMetadataPolicy
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 ExternalSecretDataRemoteRefMetadataPolicy
impl PartialEq for ExternalSecretDataRemoteRefMetadataPolicy
Source§fn eq(&self, other: &ExternalSecretDataRemoteRefMetadataPolicy) -> bool
fn eq(&self, other: &ExternalSecretDataRemoteRefMetadataPolicy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExternalSecretDataRemoteRefMetadataPolicy
Auto Trait Implementations§
impl Freeze for ExternalSecretDataRemoteRefMetadataPolicy
impl RefUnwindSafe for ExternalSecretDataRemoteRefMetadataPolicy
impl Send for ExternalSecretDataRemoteRefMetadataPolicy
impl Sync for ExternalSecretDataRemoteRefMetadataPolicy
impl Unpin for ExternalSecretDataRemoteRefMetadataPolicy
impl UnwindSafe for ExternalSecretDataRemoteRefMetadataPolicy
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