pub struct GetOrganizationMembershipsRequest {
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 GetOrganizationMembershipsRequest
impl RefUnwindSafe for GetOrganizationMembershipsRequest
impl Send for GetOrganizationMembershipsRequest
impl Sync for GetOrganizationMembershipsRequest
impl Unpin for GetOrganizationMembershipsRequest
impl UnwindSafe for GetOrganizationMembershipsRequest
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