pub struct JigAdminDataUpdate;
Expand description
Update an admin data for a JIG.
§Authorization
- Standard +
UserScope::ManageJig
§Errors
Unauthorized
if authorization is not valid.Forbidden
if the user does not have sufficient permission to perform the action.BadRequest
if the request is missing/invalid.
Trait Implementations§
Source§impl ApiEndpoint for JigAdminDataUpdate
impl ApiEndpoint for JigAdminDataUpdate
Source§type Req = JigUpdateAdminDataRequest
type Req = JigUpdateAdminDataRequest
The request type for this endpoint.
Source§type Path = JigAdminDataUpdatePath
type Path = JigAdminDataUpdatePath
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 JigAdminDataUpdate
impl RefUnwindSafe for JigAdminDataUpdate
impl Send for JigAdminDataUpdate
impl Sync for JigAdminDataUpdate
impl Unpin for JigAdminDataUpdate
impl UnwindSafe for JigAdminDataUpdate
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