pub enum HashType {
ActorId,
CodeId,
MessageId,
ReservationId,
SubjectId,
}
Expand description
Hash type.
Used to distinguish between different hash types in the syscall signatures.
Variants§
ActorId
CodeId
MessageId
ReservationId
SubjectId
This enum variant is used for the gr_random
syscall.
Trait Implementations§
Source§impl Ord for HashType
impl Ord for HashType
Source§impl PartialOrd for HashType
impl PartialOrd for HashType
impl Copy for HashType
impl Eq for HashType
impl StructuralPartialEq for HashType
Auto Trait Implementations§
impl Freeze for HashType
impl RefUnwindSafe for HashType
impl Send for HashType
impl Sync for HashType
impl Unpin for HashType
impl UnwindSafe for HashType
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