pub struct FileServiceMaker { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for FileServiceMaker
impl Clone for FileServiceMaker
Source§fn clone(&self) -> FileServiceMaker
fn clone(&self) -> FileServiceMaker
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<T> Service<T> for FileServiceMaker
impl<T> Service<T> for FileServiceMaker
Source§type Future = Pin<Box<dyn Future<Output = Result<<FileServiceMaker as Service<T>>::Response, <FileServiceMaker as Service<T>>::Error>> + Send>>
type Future = Pin<Box<dyn Future<Output = Result<<FileServiceMaker as Service<T>>::Response, <FileServiceMaker as Service<T>>::Error>> + Send>>
The future response value.
Auto Trait Implementations§
impl Freeze for FileServiceMaker
impl RefUnwindSafe for FileServiceMaker
impl Send for FileServiceMaker
impl Sync for FileServiceMaker
impl Unpin for FileServiceMaker
impl UnwindSafe for FileServiceMaker
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