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