pub struct WireServerConfig {
pub port: u16,
pub host: String,
pub max_batch_size: usize,
}
Fields§
§port: u16
§host: String
§max_batch_size: usize
Trait Implementations§
Source§impl Clone for WireServerConfig
impl Clone for WireServerConfig
Source§fn clone(&self) -> WireServerConfig
fn clone(&self) -> WireServerConfig
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 WireServerConfig
impl RefUnwindSafe for WireServerConfig
impl Send for WireServerConfig
impl Sync for WireServerConfig
impl Unpin for WireServerConfig
impl UnwindSafe for WireServerConfig
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