pub struct Target {
pub provider: String,
pub target_type: String,
pub name: String,
pub config: HashMap<String, String>,
}Expand description
Generic target for secret synchronization
Fields§
§provider: String§target_type: String§name: String§config: HashMap<String, String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Target
impl RefUnwindSafe for Target
impl Send for Target
impl Sync for Target
impl Unpin for Target
impl UnwindSafe for Target
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