Enum cadence_json::PathDomain [−][src]
pub enum PathDomain {
Storage,
Private,
Public,
}
Variants
Trait Implementations
impl<'de> Deserialize<'de> for PathDomain where
Self: FromStr,
<Self as FromStr>::Err: Display,
impl<'de> Deserialize<'de> for PathDomain where
Self: FromStr,
<Self as FromStr>::Err: Display,
Deserialize this value from the given Serde deserializer. 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