pub struct LocalServer {
pub base_url: String,
pub props: Props,
}Expand description
A local server nobody has configured yet: where it is, and what it says about itself.
Fields§
§base_url: String§props: PropsTrait Implementations§
Source§impl Clone for LocalServer
impl Clone for LocalServer
Source§fn clone(&self) -> LocalServer
fn clone(&self) -> LocalServer
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 moreAuto Trait Implementations§
impl Freeze for LocalServer
impl RefUnwindSafe for LocalServer
impl Send for LocalServer
impl Sync for LocalServer
impl Unpin for LocalServer
impl UnsafeUnpin for LocalServer
impl UnwindSafe for LocalServer
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