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