Struct gotham::handler::FilePathExtractor
source · [−]pub struct FilePathExtractor { /* private fields */ }
Expand description
Responsible for extracting the file path matched by the glob segment from the URL.
Trait Implementations
sourceimpl Debug for FilePathExtractor
impl Debug for FilePathExtractor
sourceimpl<'de> Deserialize<'de> for FilePathExtractor
impl<'de> Deserialize<'de> for FilePathExtractor
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StateData for FilePathExtractor
Auto Trait Implementations
impl RefUnwindSafe for FilePathExtractor
impl Send for FilePathExtractor
impl Sync for FilePathExtractor
impl Unpin for FilePathExtractor
impl UnwindSafe for FilePathExtractor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more