pub struct Cover;
Expand description
Indicates that a jig has a cover
§Authorization
- One of
Admin
,AdminAsset
, orManageSelfAsset
for owned JIGs
Trait Implementations§
Source§impl ApiEndpoint for Cover
impl ApiEndpoint for Cover
Source§type Path = JigCoverPath
type Path = JigCoverPath
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 Cover
impl RefUnwindSafe for Cover
impl Send for Cover
impl Sync for Cover
impl Unpin for Cover
impl UnwindSafe for Cover
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