Struct blockless_hyper_file::FileServiceMaker
source · 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 copy 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
§type Future = Pin<Box<dyn Future<Output = Result<<FileServiceMaker as Service<T>>::Response, <FileServiceMaker as Service<T>>::Error>> + Send + 'static, Global>>
type Future = Pin<Box<dyn Future<Output = Result<<FileServiceMaker as Service<T>>::Response, <FileServiceMaker as Service<T>>::Error>> + Send + 'static, Global>>
The future response value.
Auto Trait Implementations§
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