Struct instant_epp::host::check::CheckData
source · pub struct CheckData {
pub list: Vec<CheckedHost>,
}Expand description
Type that represents the <chkData> tag for host check response
Fields§
§list: Vec<CheckedHost>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CheckData
impl Send for CheckData
impl Sync for CheckData
impl Unpin for CheckData
impl UnwindSafe for CheckData
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