pub struct GetMyUserRequest {
pub base_url: String,
}
Expand description
Represents the expected request body for the /v2/users/me
endpoint
Fields§
§base_url: String
The base url for the Infisical API
Auto Trait Implementations§
impl Freeze for GetMyUserRequest
impl RefUnwindSafe for GetMyUserRequest
impl Send for GetMyUserRequest
impl Sync for GetMyUserRequest
impl Unpin for GetMyUserRequest
impl UnwindSafe for GetMyUserRequest
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