pub struct FeaturedUpdate;
Expand description
Update featured JIGs.
Trait Implementations§
Source§impl ApiEndpoint for FeaturedUpdate
impl ApiEndpoint for FeaturedUpdate
Source§type Req = JigFeaturedUpdateRequest
type Req = JigFeaturedUpdateRequest
The request type for this endpoint.
Source§type Path = JigFeaturedPath
type Path = JigFeaturedPath
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 FeaturedUpdate
impl RefUnwindSafe for FeaturedUpdate
impl Send for FeaturedUpdate
impl Sync for FeaturedUpdate
impl Unpin for FeaturedUpdate
impl UnwindSafe for FeaturedUpdate
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