Enum instant_epp::poll::PollData
source · pub enum PollData {
DomainTransfer(TransferData),
HostInfo(InfoData),
LowBalance(LowBalance),
}Expand description
Type that represents the <trnData> tag for message poll response
Variants§
DomainTransfer(TransferData)
Data under the <domain:trnData> tag
HostInfo(InfoData)
Data under the <host:infData> tag
LowBalance(LowBalance)
Data under the <lowbalance> tag
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PollData
impl Send for PollData
impl Sync for PollData
impl Unpin for PollData
impl UnwindSafe for PollData
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