pub enum OutputDto {
Treasury(TreasuryOutputDto),
Basic(BasicOutputDto),
Alias(AliasOutputDto),
Foundry(FoundryOutputDto),
Nft(NftOutputDto),
}Expand description
Describes all the different output types.
Variants§
Treasury(TreasuryOutputDto)
Basic(BasicOutputDto)
Alias(AliasOutputDto)
Foundry(FoundryOutputDto)
Nft(NftOutputDto)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for OutputDto
impl<'de> Deserialize<'de> for OutputDto
Source§fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<AliasOutputDto> for OutputDto
impl From<AliasOutputDto> for OutputDto
Source§fn from(original: AliasOutputDto) -> OutputDto
fn from(original: AliasOutputDto) -> OutputDto
Converts to this type from the input type.
Source§impl From<BasicOutputDto> for OutputDto
impl From<BasicOutputDto> for OutputDto
Source§fn from(original: BasicOutputDto) -> OutputDto
fn from(original: BasicOutputDto) -> OutputDto
Converts to this type from the input type.
Source§impl From<FoundryOutputDto> for OutputDto
impl From<FoundryOutputDto> for OutputDto
Source§fn from(original: FoundryOutputDto) -> OutputDto
fn from(original: FoundryOutputDto) -> OutputDto
Converts to this type from the input type.
Source§impl From<NftOutputDto> for OutputDto
impl From<NftOutputDto> for OutputDto
Source§fn from(original: NftOutputDto) -> OutputDto
fn from(original: NftOutputDto) -> OutputDto
Converts to this type from the input type.
Source§impl From<TreasuryOutputDto> for OutputDto
impl From<TreasuryOutputDto> for OutputDto
Source§fn from(original: TreasuryOutputDto) -> OutputDto
fn from(original: TreasuryOutputDto) -> OutputDto
Converts to this type from the input type.
impl Eq for OutputDto
impl StructuralPartialEq for OutputDto
Auto Trait Implementations§
impl Freeze for OutputDto
impl RefUnwindSafe for OutputDto
impl Send for OutputDto
impl Sync for OutputDto
impl Unpin for OutputDto
impl UnwindSafe for OutputDto
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request