pub struct Cover;
Expand description
Indicates that a resource has a cover
§Authorization
- One of
Admin
,AdminResource
, orManageSelfResource
for owned Resources
Trait Implementations§
Source§impl ApiEndpoint for Cover
impl ApiEndpoint for Cover
Source§type Path = ResourceCoverPath
type Path = ResourceCoverPath
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