pub struct Impersonate;
Expand description
Impersonate another user.
Trait Implementations§
Source§impl ApiEndpoint for Impersonate
impl ApiEndpoint for Impersonate
Source§type Path = ImpersonatePath
type Path = ImpersonatePath
The path type for this endpoint.
Source§type Res = NewSessionResponse
type Res = NewSessionResponse
The response type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for Impersonate
impl RefUnwindSafe for Impersonate
impl Send for Impersonate
impl Sync for Impersonate
impl Unpin for Impersonate
impl UnwindSafe for Impersonate
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