Struct cadence_json::AddressOwned [−][src]
Fields
data: Box<[u8]>
Trait Implementations
impl<'de> Deserialize<'de> for AddressOwned where
Self: FromStr,
<Self as FromStr>::Err: Display,
impl<'de> Deserialize<'de> for AddressOwned where
Self: FromStr,
<Self as FromStr>::Err: Display,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AddressOwned
impl Send for AddressOwned
impl Sync for AddressOwned
impl Unpin for AddressOwned
impl UnwindSafe for AddressOwned
Blanket Implementations
Mutably borrows from an owned value. Read more