pub struct Business;Expand description
Type corresponding to <business> in the EPP greeting XML
Trait Implementations§
Source§impl<'xml> FromXml<'xml> for Business
impl<'xml> FromXml<'xml> for Business
const KIND: Kind = ::instant_xml::Kind::Element
type Accumulator = Option<Business>
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>
impl Eq for Business
impl StructuralPartialEq for Business
Auto Trait Implementations§
impl Freeze for Business
impl RefUnwindSafe for Business
impl Send for Business
impl Sync for Business
impl Unpin for Business
impl UnwindSafe for Business
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