Struct instant_epp::contact::create::CreateData
source · pub struct CreateData {
pub id: String,
pub created_at: DateTime<Utc>,
}Expand description
Type that represents the <creData> tag for contact create response
Fields§
§id: StringThe contact id
created_at: DateTime<Utc>The contact creation date
Trait Implementations§
source§impl Debug for CreateData
impl Debug for CreateData
source§impl<'xml> FromXml<'xml> for CreateData
impl<'xml> FromXml<'xml> for CreateData
fn matches(id: Id<'_>, field: Option<Id<'_>>) -> bool
fn deserialize<'cx>( into: &mut Self::Accumulator, field: &'static str, deserializer: &mut Deserializer<'cx, 'xml> ) -> Result<(), Error>
type Accumulator = Option<CreateData>
const KIND: Kind = ::instant_xml::Kind::Element
Auto Trait Implementations§
impl RefUnwindSafe for CreateData
impl Send for CreateData
impl Sync for CreateData
impl Unpin for CreateData
impl UnwindSafe for CreateData
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