Struct instant_epp::contact::check::CheckedContact
source · pub struct CheckedContact {
pub inner: Checked,
}Fields§
§inner: CheckedData under the <cd> tag
Trait Implementations§
source§impl Debug for CheckedContact
impl Debug for CheckedContact
source§impl<'xml> FromXml<'xml> for CheckedContact
impl<'xml> FromXml<'xml> for CheckedContact
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<CheckedContact>
const KIND: Kind = ::instant_xml::Kind::Element
Auto Trait Implementations§
impl RefUnwindSafe for CheckedContact
impl Send for CheckedContact
impl Sync for CheckedContact
impl Unpin for CheckedContact
impl UnwindSafe for CheckedContact
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