#[repr(transparent)]pub struct NodeId(pub u16);Expand description
A node’s physical writer slot inside the fleet.
Orbit validates the address against fleet capacity but does not allocate it. The embedding runtime must ensure that simultaneously active writers receive distinct ids. Read-only inspectors can examine SHM without joining as a writer.
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for NodeId
impl Eq for NodeId
impl StructuralPartialEq for NodeId
Auto Trait Implementations§
impl Freeze for NodeId
impl RefUnwindSafe for NodeId
impl Send for NodeId
impl Sync for NodeId
impl Unpin for NodeId
impl UnsafeUnpin for NodeId
impl UnwindSafe for NodeId
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