pub struct CheckedHost {
pub inner: Checked,
}
Fields§
§inner: Checked
Data under the <cd>
tag
Trait Implementations§
Source§impl Debug for CheckedHost
impl Debug for CheckedHost
Source§impl<'xml> FromXml<'xml> for CheckedHost
impl<'xml> FromXml<'xml> for CheckedHost
const KIND: Kind = ::instant_xml::Kind::Element
type Accumulator = Option<CheckedHost>
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 CheckedHost
impl RefUnwindSafe for CheckedHost
impl Send for CheckedHost
impl Sync for CheckedHost
impl Unpin for CheckedHost
impl UnwindSafe for CheckedHost
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