Struct blockfrost_openapi::models::script_json_json::ScriptJsonJson
source · pub struct ScriptJsonJson {}Expand description
ScriptJsonJson : JSON contents of the timelock script, null for plutus scripts
Implementations§
source§impl ScriptJsonJson
impl ScriptJsonJson
sourcepub fn new() -> ScriptJsonJson
pub fn new() -> ScriptJsonJson
JSON contents of the timelock script, null for plutus scripts
Trait Implementations§
source§impl Clone for ScriptJsonJson
impl Clone for ScriptJsonJson
source§fn clone(&self) -> ScriptJsonJson
fn clone(&self) -> ScriptJsonJson
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ScriptJsonJson
impl Debug for ScriptJsonJson
source§impl Default for ScriptJsonJson
impl Default for ScriptJsonJson
source§fn default() -> ScriptJsonJson
fn default() -> ScriptJsonJson
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ScriptJsonJson
impl<'de> Deserialize<'de> for ScriptJsonJson
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 PartialEq for ScriptJsonJson
impl PartialEq for ScriptJsonJson
source§fn eq(&self, other: &ScriptJsonJson) -> bool
fn eq(&self, other: &ScriptJsonJson) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ScriptJsonJson
impl Serialize for ScriptJsonJson
impl StructuralPartialEq for ScriptJsonJson
Auto Trait Implementations§
impl RefUnwindSafe for ScriptJsonJson
impl Send for ScriptJsonJson
impl Sync for ScriptJsonJson
impl Unpin for ScriptJsonJson
impl UnwindSafe for ScriptJsonJson
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