#[repr(i32)]pub enum FlowDomain {
DOMAIN_UNSPECIFIED = 0,
DOMAIN_EXTERNAL_CHAIN = 1,
DOMAIN_ZIPPER = 2,
DOMAIN_FUNDING = 3,
DOMAIN_TRADING = 4,
DOMAIN_LENDING = 5,
}Expand description
FlowDomain identifies the product domain that currently owns or processes the value represented by the lifecycle.
Variants§
DOMAIN_UNSPECIFIED = 0
DOMAIN_EXTERNAL_CHAIN = 1
Value still belongs to an external chain outside Polyester.
DOMAIN_ZIPPER = 2
Value is inside the Zipper layer on Polyester Chain.
DOMAIN_FUNDING = 3
Value is inside FundingAccount.
DOMAIN_TRADING = 4
Value is inside TradingGateway or the trading domain.
DOMAIN_LENDING = 5
Value is inside the lending domain or pool.
Implementations§
Source§impl FlowDomain
impl FlowDomain
Sourcepub const DomainUnspecified: Self = Self::DOMAIN_UNSPECIFIED
pub const DomainUnspecified: Self = Self::DOMAIN_UNSPECIFIED
Idiomatic alias for Self::DOMAIN_UNSPECIFIED; Debug prints the variant name.
Sourcepub const DomainExternalChain: Self = Self::DOMAIN_EXTERNAL_CHAIN
pub const DomainExternalChain: Self = Self::DOMAIN_EXTERNAL_CHAIN
Idiomatic alias for Self::DOMAIN_EXTERNAL_CHAIN; Debug prints the variant name.
Sourcepub const DomainZipper: Self = Self::DOMAIN_ZIPPER
pub const DomainZipper: Self = Self::DOMAIN_ZIPPER
Idiomatic alias for Self::DOMAIN_ZIPPER; Debug prints the variant name.
Sourcepub const DomainFunding: Self = Self::DOMAIN_FUNDING
pub const DomainFunding: Self = Self::DOMAIN_FUNDING
Idiomatic alias for Self::DOMAIN_FUNDING; Debug prints the variant name.
Sourcepub const DomainTrading: Self = Self::DOMAIN_TRADING
pub const DomainTrading: Self = Self::DOMAIN_TRADING
Idiomatic alias for Self::DOMAIN_TRADING; Debug prints the variant name.
Sourcepub const DomainLending: Self = Self::DOMAIN_LENDING
pub const DomainLending: Self = Self::DOMAIN_LENDING
Idiomatic alias for Self::DOMAIN_LENDING; Debug prints the variant name.
Trait Implementations§
Source§impl Clone for FlowDomain
impl Clone for FlowDomain
Source§fn clone(&self) -> FlowDomain
fn clone(&self) -> FlowDomain
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreimpl Copy for FlowDomain
Source§impl Debug for FlowDomain
impl Debug for FlowDomain
Source§impl Default for FlowDomain
impl Default for FlowDomain
Source§impl<'de> Deserialize<'de> for FlowDomain
impl<'de> Deserialize<'de> for FlowDomain
Source§fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
Source§impl Enumeration for FlowDomain
impl Enumeration for FlowDomain
Source§fn proto_name(&self) -> &'static str
fn proto_name(&self) -> &'static str
.proto file.impl Eq for FlowDomain
Source§impl Hash for FlowDomain
impl Hash for FlowDomain
Source§impl PartialEq for FlowDomain
impl PartialEq for FlowDomain
Source§impl ProtoElemJson for FlowDomain
impl ProtoElemJson for FlowDomain
Source§fn serialize_proto_json<S: Serializer>(
v: &Self,
s: S,
) -> Result<S::Ok, S::Error>
fn serialize_proto_json<S: Serializer>( v: &Self, s: S, ) -> Result<S::Ok, S::Error>
Source§fn deserialize_proto_json<'de, D: Deserializer<'de>>(
d: D,
) -> Result<Self, D::Error>
fn deserialize_proto_json<'de, D: Deserializer<'de>>( d: D, ) -> Result<Self, D::Error>
Source§impl Serialize for FlowDomain
impl Serialize for FlowDomain
impl StructuralPartialEq for FlowDomain
Auto Trait Implementations§
impl Freeze for FlowDomain
impl RefUnwindSafe for FlowDomain
impl Send for FlowDomain
impl Sync for FlowDomain
impl Unpin for FlowDomain
impl UnsafeUnpin for FlowDomain
impl UnwindSafe for FlowDomain
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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§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
key and return true if they are equal.