pub struct JigAdminTransfer;
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 JigAdminTransfer
impl ApiEndpoint for JigAdminTransfer
Source§type Req = JigAdminTransferRequest
type Req = JigAdminTransferRequest
The request type for this endpoint.
Source§type Path = JigTransferAdminPath
type Path = JigTransferAdminPath
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 JigAdminTransfer
impl RefUnwindSafe for JigAdminTransfer
impl Send for JigAdminTransfer
impl Sync for JigAdminTransfer
impl Unpin for JigAdminTransfer
impl UnwindSafe for JigAdminTransfer
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