pub struct DeleteAll;
Expand description
Delete all jigs associated with current user.
§Authorization
- One of
Admin
,AdminAsset
, orManageSelfAsset
for owned JIGs
Trait Implementations§
Source§impl ApiEndpoint for DeleteAll
impl ApiEndpoint for DeleteAll
Source§type Path = JigDeleteAllPath
type Path = JigDeleteAllPath
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