pub struct BootstrapServerConfig {
pub max_pending_connections: usize,
pub registration_timeout: Duration,
}Fields§
§max_pending_connections: usize§registration_timeout: DurationTrait Implementations§
Source§impl Clone for BootstrapServerConfig
impl Clone for BootstrapServerConfig
Source§fn clone(&self) -> BootstrapServerConfig
fn clone(&self) -> BootstrapServerConfig
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 moreSource§impl Debug for BootstrapServerConfig
impl Debug for BootstrapServerConfig
Auto Trait Implementations§
impl Freeze for BootstrapServerConfig
impl RefUnwindSafe for BootstrapServerConfig
impl Send for BootstrapServerConfig
impl Sync for BootstrapServerConfig
impl Unpin for BootstrapServerConfig
impl UnsafeUnpin for BootstrapServerConfig
impl UnwindSafe for BootstrapServerConfig
Blanket Implementations§
impl<T> BlockMetadata for T
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