pub struct BoundedClusterConfig {
pub transport: BoundedTransportConfig,
pub peers: Vec<PeerSpec>,
pub declared_actors: Vec<DeclaredRemoteActor>,
pub roles: Vec<BoundedClusterRole>,
}Fields§
§transport: BoundedTransportConfig§peers: Vec<PeerSpec>§declared_actors: Vec<DeclaredRemoteActor>§roles: Vec<BoundedClusterRole>Trait Implementations§
Source§impl Clone for BoundedClusterConfig
impl Clone for BoundedClusterConfig
Source§fn clone(&self) -> BoundedClusterConfig
fn clone(&self) -> BoundedClusterConfig
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 BoundedClusterConfig
impl RefUnwindSafe for BoundedClusterConfig
impl Send for BoundedClusterConfig
impl Sync for BoundedClusterConfig
impl Unpin for BoundedClusterConfig
impl UnsafeUnpin for BoundedClusterConfig
impl UnwindSafe for BoundedClusterConfig
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