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