pub struct HttpDirectory {
pub name: String,
}Fields§
§name: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HttpDirectory
impl RefUnwindSafe for HttpDirectory
impl Send for HttpDirectory
impl Sync for HttpDirectory
impl Unpin for HttpDirectory
impl UnwindSafe for HttpDirectory
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