pub struct UtxoRefsWithExtendedRequest {
pub utxo_refs: Vec<String>,
pub extended: Option<bool>,
}Expand description
Request body for UTXO references with extended flag
Fields§
§utxo_refs: Vec<String>§extended: Option<bool>Implementations§
Trait Implementations§
Source§impl Clone for UtxoRefsWithExtendedRequest
impl Clone for UtxoRefsWithExtendedRequest
Source§fn clone(&self) -> UtxoRefsWithExtendedRequest
fn clone(&self) -> UtxoRefsWithExtendedRequest
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 UtxoRefsWithExtendedRequest
impl Debug for UtxoRefsWithExtendedRequest
Source§impl<'de> Deserialize<'de> for UtxoRefsWithExtendedRequest
impl<'de> Deserialize<'de> for UtxoRefsWithExtendedRequest
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 UtxoRefsWithExtendedRequest
impl RefUnwindSafe for UtxoRefsWithExtendedRequest
impl Send for UtxoRefsWithExtendedRequest
impl Sync for UtxoRefsWithExtendedRequest
impl Unpin for UtxoRefsWithExtendedRequest
impl UnwindSafe for UtxoRefsWithExtendedRequest
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