pub struct SiteServeConfig {
pub site: SiteConfig,
pub host: String,
pub port: u16,
pub skip_install: bool,
}Fields§
§site: SiteConfig§host: String§port: u16§skip_install: boolTrait Implementations§
Source§impl Clone for SiteServeConfig
impl Clone for SiteServeConfig
Source§fn clone(&self) -> SiteServeConfig
fn clone(&self) -> SiteServeConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SiteServeConfig
impl RefUnwindSafe for SiteServeConfig
impl Send for SiteServeConfig
impl Sync for SiteServeConfig
impl Unpin for SiteServeConfig
impl UnsafeUnpin for SiteServeConfig
impl UnwindSafe for SiteServeConfig
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