Struct fire_http::fs::PartialFile
source · pub struct PartialFile { /* private fields */ }
Available on crate feature
fs
only.Implementations§
Trait Implementations§
source§impl IntoResponse for PartialFile
impl IntoResponse for PartialFile
fn into_response(self) -> Response
Auto Trait Implementations§
impl !RefUnwindSafe for PartialFile
impl Send for PartialFile
impl Sync for PartialFile
impl Unpin for PartialFile
impl UnwindSafe for PartialFile
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