pub struct FileRemove;Trait Implementations§
Source§impl Service for FileRemove
impl Service for FileRemove
type Request = FileRemoveRequest
type Response = FileRemoveResponse
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for FileRemove
impl RefUnwindSafe for FileRemove
impl Send for FileRemove
impl Sync for FileRemove
impl Unpin for FileRemove
impl UnwindSafe for FileRemove
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