pub struct GroupNo(/* private fields */);Expand description
Represents the actor group’s number.
Cannot be 0, it’s reserved to represent Addr::NULL unambiguously.
XORed with random NodeLaunchId if the network feature is enabled.
§Stability
This API was stabilized in version 0.2.0.
Implementations§
Source§impl GroupNo
impl GroupNo
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GroupNo
impl<'de> Deserialize<'de> for GroupNo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for GroupNo
impl Eq for GroupNo
impl StructuralPartialEq for GroupNo
Auto Trait Implementations§
impl Freeze for GroupNo
impl RefUnwindSafe for GroupNo
impl Send for GroupNo
impl Sync for GroupNo
impl Unpin for GroupNo
impl UnsafeUnpin for GroupNo
impl UnwindSafe for GroupNo
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