Struct epp_client::epp::object::StringValue [−][src]
pub struct StringValue(_);
Expand description
Wraps String for easier serialization to and from values that are inner text for tags rather than attributes
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, 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 StringValueimpl Send for StringValueimpl Sync for StringValueimpl Unpin for StringValueimpl UnwindSafe for StringValueBlanket Implementations
Mutably borrows from an owned value. Read more