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
const KIND: Kind = ::instant_xml::Kind::Element
type Accumulator = Option<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>
Source§impl PartialEq for Indefinite
impl PartialEq for Indefinite
impl Eq for Indefinite
impl StructuralPartialEq for Indefinite
Auto Trait Implementations§
impl Freeze for Indefinite
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