Struct instant_epp::hello::Indefinite
source · pub struct Indefinite;Expand description
Type corresponding to <indefinite> in the EPP greeting XML
Trait Implementations§
source§impl Debug for Indefinite
impl Debug for Indefinite
source§impl<'xml> FromXml<'xml> for Indefinite
impl<'xml> FromXml<'xml> for Indefinite
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<Indefinite>
const KIND: Kind = ::instant_xml::Kind::Element
source§impl PartialEq for Indefinite
impl PartialEq for Indefinite
source§fn eq(&self, other: &Indefinite) -> bool
fn eq(&self, other: &Indefinite) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for Indefinite
impl StructuralEq for Indefinite
impl StructuralPartialEq for Indefinite
Auto Trait Implementations§
impl RefUnwindSafe for Indefinite
impl Send for Indefinite
impl Sync for Indefinite
impl Unpin for Indefinite
impl UnwindSafe for Indefinite
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