pub struct ClusterDirectory { /* private fields */ }Available on crate feature
cluster only.Expand description
In-memory cluster directory (control plane): which nodes serve which
streams. Shared (Arc) by every node’s relay in the process.
Implementations§
Trait Implementations§
Source§impl Debug for ClusterDirectory
impl Debug for ClusterDirectory
Source§impl Default for ClusterDirectory
impl Default for ClusterDirectory
Source§fn default() -> ClusterDirectory
fn default() -> ClusterDirectory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for ClusterDirectory
impl RefUnwindSafe for ClusterDirectory
impl Send for ClusterDirectory
impl Sync for ClusterDirectory
impl Unpin for ClusterDirectory
impl UnsafeUnpin for ClusterDirectory
impl UnwindSafe for ClusterDirectory
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