pub struct ClusterTcpConfig<'a, A: Authenticator + Sized>(pub Vec<NodeTcpConfig<'a, A>>);Expand description
Cluster configuration that holds per node TCP configs
Tuple Fields§
§0: Vec<NodeTcpConfig<'a, A>>Auto Trait Implementations§
impl<'a, A> Freeze for ClusterTcpConfig<'a, A>
impl<'a, A> RefUnwindSafe for ClusterTcpConfig<'a, A>where
A: RefUnwindSafe,
impl<'a, A> Send for ClusterTcpConfig<'a, A>
impl<'a, A> Sync for ClusterTcpConfig<'a, A>
impl<'a, A> Unpin for ClusterTcpConfig<'a, A>where
A: Unpin,
impl<'a, A> UnwindSafe for ClusterTcpConfig<'a, A>where
A: UnwindSafe,
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