Enum blockfrost_openapi::models::script::RHashType
source · pub enum RHashType {
Timelock,
PlutusV1,
PlutusV2,
}Expand description
Type of the script language
Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for RHashType
impl<'de> Deserialize<'de> for RHashType
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
source§impl Ord for RHashType
impl Ord for RHashType
source§impl PartialEq for RHashType
impl PartialEq for RHashType
source§impl PartialOrd for RHashType
impl PartialOrd for RHashType
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for RHashType
impl Eq for RHashType
impl StructuralEq for RHashType
impl StructuralPartialEq for RHashType
Auto Trait Implementations§
impl RefUnwindSafe for RHashType
impl Send for RHashType
impl Sync for RHashType
impl Unpin for RHashType
impl UnwindSafe for RHashType
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