pub enum ImportOption {
None,
PreferDoppler,
PreferIntegration,
}Expand description
An option indicating if and how Doppler should attempt to import secrets from the sync destination
Variants§
None
An option indicating if and how Doppler should attempt to import secrets from the sync destination
PreferDoppler
An option indicating if and how Doppler should attempt to import secrets from the sync destination
PreferIntegration
An option indicating if and how Doppler should attempt to import secrets from the sync destination
Trait Implementations§
Source§impl Clone for ImportOption
impl Clone for ImportOption
Source§fn clone(&self) -> ImportOption
fn clone(&self) -> ImportOption
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 moreimpl Copy for ImportOption
Source§impl Debug for ImportOption
impl Debug for ImportOption
Source§impl Default for ImportOption
impl Default for ImportOption
Source§fn default() -> ImportOption
fn default() -> ImportOption
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ImportOption
impl<'de> Deserialize<'de> for ImportOption
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
impl Eq for ImportOption
Source§impl Hash for ImportOption
impl Hash for ImportOption
Source§impl Ord for ImportOption
impl Ord for ImportOption
Source§fn cmp(&self, other: &ImportOption) -> Ordering
fn cmp(&self, other: &ImportOption) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ImportOption
impl PartialEq for ImportOption
Source§impl PartialOrd for ImportOption
impl PartialOrd for ImportOption
Source§impl Serialize for ImportOption
impl Serialize for ImportOption
impl StructuralPartialEq for ImportOption
Auto Trait Implementations§
impl Freeze for ImportOption
impl RefUnwindSafe for ImportOption
impl Send for ImportOption
impl Sync for ImportOption
impl Unpin for ImportOption
impl UnsafeUnpin for ImportOption
impl UnwindSafe for ImportOption
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