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§
Source§impl<'xml> FromXml<'xml> for CheckData
impl<'xml> FromXml<'xml> for CheckData
const KIND: Kind = ::instant_xml::Kind::Element
type Accumulator = Option<CheckData>
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>
Auto Trait Implementations§
impl Freeze for CheckData
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