pub struct AdminUserExport;
Expand description
Export user data
Trait Implementations§
Source§impl ApiEndpoint for AdminUserExport
impl ApiEndpoint for AdminUserExport
Source§type Path = AdminUserExportPath
type Path = AdminUserExportPath
The path type for this endpoint.
Source§type Req = AdminUserExportRequest
type Req = AdminUserExportRequest
The request type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for AdminUserExport
impl RefUnwindSafe for AdminUserExport
impl Send for AdminUserExport
impl Sync for AdminUserExport
impl Unpin for AdminUserExport
impl UnwindSafe for AdminUserExport
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