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