pub struct RemoveResource;
Expand description
Trait Implementations§
Source§impl ApiEndpoint for RemoveResource
impl ApiEndpoint for RemoveResource
Source§type Path = RemoveResourcePath
type Path = RemoveResourcePath
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 RemoveResource
impl RefUnwindSafe for RemoveResource
impl Send for RemoveResource
impl Sync for RemoveResource
impl Unpin for RemoveResource
impl UnwindSafe for RemoveResource
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