pub struct StartupSummary {
pub bind_is_unspecified: bool,
pub directory_listing_enabled: bool,
pub symlinks_followed: bool,
pub dotfiles_served: bool,
pub max_connections: usize,
pub max_file_streams: usize,
}Fields§
§bind_is_unspecified: bool§directory_listing_enabled: bool§symlinks_followed: bool§dotfiles_served: bool§max_connections: usize§max_file_streams: usizeTrait Implementations§
Source§impl Clone for StartupSummary
impl Clone for StartupSummary
Source§fn clone(&self) -> StartupSummary
fn clone(&self) -> StartupSummary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StartupSummary
Auto Trait Implementations§
impl Freeze for StartupSummary
impl RefUnwindSafe for StartupSummary
impl Send for StartupSummary
impl Sync for StartupSummary
impl Unpin for StartupSummary
impl UnsafeUnpin for StartupSummary
impl UnwindSafe for StartupSummary
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