pub struct HttpsFSServer<T: FileSystem> { /* private fields */ }
Expand description
A https server providing a interface for HttpsFS
Implementations§
Source§impl<T: FileSystem> HttpsFSServer<T>
impl<T: FileSystem> HttpsFSServer<T>
Sourcepub fn builder(fs: T) -> HttpsFSServerBuilder<T>
pub fn builder(fs: T) -> HttpsFSServerBuilder<T>
Starts a builder of a HttpsFSServer with an object implementing the FileSystem trait.
Auto Trait Implementations§
impl<T> Freeze for HttpsFSServer<T>
impl<T> RefUnwindSafe for HttpsFSServer<T>
impl<T> Send for HttpsFSServer<T>
impl<T> Sync for HttpsFSServer<T>
impl<T> Unpin for HttpsFSServer<T>
impl<T> UnwindSafe for HttpsFSServer<T>
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