pub struct Checked {
pub available: bool,
pub reason: Option<String>,
pub id: String,
}Fields§
§available: bool§reason: Option<String>§id: StringTrait Implementations§
Source§impl<'xml> FromXml<'xml> for Checked
impl<'xml> FromXml<'xml> for Checked
const KIND: Kind = ::instant_xml::Kind::Element
type Accumulator = Option<Checked>
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 Checked
impl RefUnwindSafe for Checked
impl Send for Checked
impl Sync for Checked
impl Unpin for Checked
impl UnwindSafe for Checked
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