pub struct GetProjectsRequest {
pub base_url: String,
pub organization_id: String,
}
Fields§
§base_url: String
The base url for the Infisical API
organization_id: String
Auto Trait Implementations§
impl Freeze for GetProjectsRequest
impl RefUnwindSafe for GetProjectsRequest
impl Send for GetProjectsRequest
impl Sync for GetProjectsRequest
impl Unpin for GetProjectsRequest
impl UnwindSafe for GetProjectsRequest
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