pub enum InputDto {
Utxo(UtxoInputDto),
Treasury(TreasuryInputDto),
}Expand description
Describes all the different input types.
Variants
Utxo(UtxoInputDto)
Treasury(TreasuryInputDto)
Trait Implementations
sourceimpl<'de> Deserialize<'de> for InputDto
impl<'de> Deserialize<'de> for InputDto
sourcefn 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
impl Eq for InputDto
impl StructuralEq for InputDto
impl StructuralPartialEq for InputDto
Auto Trait Implementations
impl RefUnwindSafe for InputDto
impl Send for InputDto
impl Sync for InputDto
impl Unpin for InputDto
impl UnwindSafe for InputDto
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more