pub struct UpdateSecretsRequest {
pub base_url: String,
pub secrets: Vec<SecretToUpdate>,
}Fields§
§base_url: String§secrets: Vec<SecretToUpdate>Auto Trait Implementations§
impl Freeze for UpdateSecretsRequest
impl RefUnwindSafe for UpdateSecretsRequest
impl Send for UpdateSecretsRequest
impl Sync for UpdateSecretsRequest
impl Unpin for UpdateSecretsRequest
impl UnsafeUnpin for UpdateSecretsRequest
impl UnwindSafe for UpdateSecretsRequest
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