#[repr(i32)]pub enum InternalWhitelistResolutionStatus {
INTERNAL_WHITELIST_RESOLUTION_UNSPECIFIED = 0,
INTERNAL_WHITELIST_RESOLVED = 1,
INTERNAL_WHITELIST_UNRESOLVED = 2,
}Expand description
InternalWhitelistResolutionStatus shows whether an internal account destination could be matched to account details.
Variants§
INTERNAL_WHITELIST_RESOLUTION_UNSPECIFIED = 0
Resolution status is not specified.
INTERNAL_WHITELIST_RESOLVED = 1
Internal destination account details are available.
INTERNAL_WHITELIST_UNRESOLVED = 2
Internal destination account details are not currently available.
Implementations§
Source§impl InternalWhitelistResolutionStatus
impl InternalWhitelistResolutionStatus
Sourcepub const InternalWhitelistResolutionUnspecified: Self = Self::INTERNAL_WHITELIST_RESOLUTION_UNSPECIFIED
pub const InternalWhitelistResolutionUnspecified: Self = Self::INTERNAL_WHITELIST_RESOLUTION_UNSPECIFIED
Idiomatic alias for Self::INTERNAL_WHITELIST_RESOLUTION_UNSPECIFIED; Debug prints the variant name.
Sourcepub const InternalWhitelistResolved: Self = Self::INTERNAL_WHITELIST_RESOLVED
pub const InternalWhitelistResolved: Self = Self::INTERNAL_WHITELIST_RESOLVED
Idiomatic alias for Self::INTERNAL_WHITELIST_RESOLVED; Debug prints the variant name.
Sourcepub const InternalWhitelistUnresolved: Self = Self::INTERNAL_WHITELIST_UNRESOLVED
pub const InternalWhitelistUnresolved: Self = Self::INTERNAL_WHITELIST_UNRESOLVED
Idiomatic alias for Self::INTERNAL_WHITELIST_UNRESOLVED; Debug prints the variant name.
Trait Implementations§
Source§impl Clone for InternalWhitelistResolutionStatus
impl Clone for InternalWhitelistResolutionStatus
Source§fn clone(&self) -> InternalWhitelistResolutionStatus
fn clone(&self) -> InternalWhitelistResolutionStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InternalWhitelistResolutionStatus
Source§impl<'de> Deserialize<'de> for InternalWhitelistResolutionStatus
impl<'de> Deserialize<'de> for InternalWhitelistResolutionStatus
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 Enumeration for InternalWhitelistResolutionStatus
impl Enumeration for InternalWhitelistResolutionStatus
Source§fn proto_name(&self) -> &'static str
fn proto_name(&self) -> &'static str
The name of this enum variant as it appears in the
.proto file.impl Eq for InternalWhitelistResolutionStatus
Source§impl ProtoElemJson for InternalWhitelistResolutionStatus
impl ProtoElemJson for InternalWhitelistResolutionStatus
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>
Serialize this value with proto3 JSON semantics.
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>
Deserialize a value with proto3 JSON semantics.
impl StructuralPartialEq for InternalWhitelistResolutionStatus
Auto Trait Implementations§
impl Freeze for InternalWhitelistResolutionStatus
impl RefUnwindSafe for InternalWhitelistResolutionStatus
impl Send for InternalWhitelistResolutionStatus
impl Sync for InternalWhitelistResolutionStatus
impl Unpin for InternalWhitelistResolutionStatus
impl UnsafeUnpin for InternalWhitelistResolutionStatus
impl UnwindSafe for InternalWhitelistResolutionStatus
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
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
Compare self to
key and return true if they are equal.