pub struct DeleteUserResources {
pub resource_id: ResourceId,
}
Expand description
All id’s associated with a Resource to delete
Fields§
§resource_id: ResourceId
Resource ID to delete.
Auto Trait Implementations§
impl Freeze for DeleteUserResources
impl RefUnwindSafe for DeleteUserResources
impl Send for DeleteUserResources
impl Sync for DeleteUserResources
impl Unpin for DeleteUserResources
impl UnwindSafe for DeleteUserResources
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