Enum solana_sdk::transaction::MessageHash
source · pub enum MessageHash {
Precomputed(Hash),
Compute,
}
Expand description
Type that represents whether the transaction message has been precomputed or not.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MessageHash
impl Send for MessageHash
impl Sync for MessageHash
impl Unpin for MessageHash
impl UnwindSafe for MessageHash
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