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