pub struct GetProjectMembershipsRequest {
pub base_url: String,
pub workspace_id: String,
}Fields§
§base_url: String§workspace_id: StringAuto Trait Implementations§
impl Freeze for GetProjectMembershipsRequest
impl RefUnwindSafe for GetProjectMembershipsRequest
impl Send for GetProjectMembershipsRequest
impl Sync for GetProjectMembershipsRequest
impl Unpin for GetProjectMembershipsRequest
impl UnwindSafe for GetProjectMembershipsRequest
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