pub struct DeleteAll;
Expand description
Delete all resources associated with current user.
§Authorization
- One of
Admin
,AdminResource
, orManageSelfResource
for owned Resources
Trait Implementations§
Source§impl ApiEndpoint for DeleteAll
impl ApiEndpoint for DeleteAll
Source§type Path = ResourceDeleteAllPath
type Path = ResourceDeleteAllPath
The path type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for DeleteAll
impl RefUnwindSafe for DeleteAll
impl Send for DeleteAll
impl Sync for DeleteAll
impl Unpin for DeleteAll
impl UnwindSafe for DeleteAll
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