pub struct ShardHostState {
pub node_id: NodeId,
pub node_tag: String,
pub shards: HashSet<ShardId>,
pub actor: ActorRef<ShardHost>,
pub status: ShardHostStatus,
}Fields§
§node_id: NodeId§node_tag: String§shards: HashSet<ShardId>§actor: ActorRef<ShardHost>§status: ShardHostStatusImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ShardHostState
impl !UnwindSafe for ShardHostState
impl Freeze for ShardHostState
impl Send for ShardHostState
impl Sync for ShardHostState
impl Unpin for ShardHostState
impl UnsafeUnpin for ShardHostState
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