pub struct LocalServerConfig {
pub instance_name: String,
pub port: u16,
pub interface_id: InterfaceId,
}Expand description
Configuration for a Local server (shared instance).
Fields§
§instance_name: String§port: u16§interface_id: InterfaceIdTrait Implementations§
Source§impl Clone for LocalServerConfig
impl Clone for LocalServerConfig
Source§fn clone(&self) -> LocalServerConfig
fn clone(&self) -> LocalServerConfig
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 moreSource§impl Debug for LocalServerConfig
impl Debug for LocalServerConfig
Auto Trait Implementations§
impl Freeze for LocalServerConfig
impl RefUnwindSafe for LocalServerConfig
impl Send for LocalServerConfig
impl Sync for LocalServerConfig
impl Unpin for LocalServerConfig
impl UnwindSafe for LocalServerConfig
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