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