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