Struct blockfrost_openapi::models::script_json::ScriptJson
source · pub struct ScriptJson {
pub json: Option<Box<ScriptJsonJson>>,
}Fields§
§json: Option<Box<ScriptJsonJson>>Implementations§
source§impl ScriptJson
impl ScriptJson
pub fn new(json: Option<ScriptJsonJson>) -> ScriptJson
Trait Implementations§
source§impl Clone for ScriptJson
impl Clone for ScriptJson
source§fn clone(&self) -> ScriptJson
fn clone(&self) -> ScriptJson
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 ScriptJson
impl Debug for ScriptJson
source§impl Default for ScriptJson
impl Default for ScriptJson
source§fn default() -> ScriptJson
fn default() -> ScriptJson
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ScriptJson
impl<'de> Deserialize<'de> for ScriptJson
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 ScriptJson
impl PartialEq for ScriptJson
source§fn eq(&self, other: &ScriptJson) -> bool
fn eq(&self, other: &ScriptJson) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ScriptJson
impl Serialize for ScriptJson
impl StructuralPartialEq for ScriptJson
Auto Trait Implementations§
impl RefUnwindSafe for ScriptJson
impl Send for ScriptJson
impl Sync for ScriptJson
impl Unpin for ScriptJson
impl UnwindSafe for ScriptJson
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