Enum flow_sdk::prelude::cadence_json::PathDomain [−][src]
pub enum PathDomain {
Storage,
Private,
Public,
}
Variants
Trait Implementations
impl<'de> Deserialize<'de> for PathDomain where
PathDomain: FromStr,
<PathDomain as FromStr>::Err: Display,
impl<'de> Deserialize<'de> for PathDomain where
PathDomain: FromStr,
<PathDomain as FromStr>::Err: Display,
pub fn deserialize<D>(
deserializer: D
) -> Result<PathDomain, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>,
pub fn deserialize<D>(
deserializer: D
) -> Result<PathDomain, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
pub fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
pub fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for PathDomain
impl Send for PathDomain
impl Sync for PathDomain
impl Unpin for PathDomain
impl UnwindSafe for PathDomain
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Wrap the input message T
in a tonic::Request
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more