pub struct ScriptList {
pub script_hash: String,
pub creation_tx_hash: String,
pub script_type: ScriptType,
pub size: u64,
}Fields§
§script_hash: String§creation_tx_hash: String§script_type: ScriptType§size: u64Implementations§
Source§impl ScriptList
impl ScriptList
Trait Implementations§
Source§impl Clone for ScriptList
impl Clone for ScriptList
Source§fn clone(&self) -> ScriptList
fn clone(&self) -> ScriptList
Returns a duplicate 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 ScriptList
impl Debug for ScriptList
Source§impl<'de> Deserialize<'de> for ScriptList
impl<'de> Deserialize<'de> for ScriptList
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
Auto Trait Implementations§
impl Freeze for ScriptList
impl RefUnwindSafe for ScriptList
impl Send for ScriptList
impl Sync for ScriptList
impl Unpin for ScriptList
impl UnwindSafe for ScriptList
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