pub struct GetProjectSecretsRequest {
pub base_url: String,
pub workspace_id: String,
pub environment: String,
pub content: String,
}
Fields§
§base_url: String
§workspace_id: String
§environment: String
§content: String
Trait Implementations§
Source§impl Debug for GetProjectSecretsRequest
impl Debug for GetProjectSecretsRequest
Auto Trait Implementations§
impl Freeze for GetProjectSecretsRequest
impl RefUnwindSafe for GetProjectSecretsRequest
impl Send for GetProjectSecretsRequest
impl Sync for GetProjectSecretsRequest
impl Unpin for GetProjectSecretsRequest
impl UnwindSafe for GetProjectSecretsRequest
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