pub struct OtherPurpose;Trait Implementations§
Source§impl Debug for OtherPurpose
impl Debug for OtherPurpose
Source§impl<'xml> FromXml<'xml> for OtherPurpose
impl<'xml> FromXml<'xml> for OtherPurpose
const KIND: Kind = ::instant_xml::Kind::Element
type Accumulator = Option<OtherPurpose>
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>
Source§impl PartialEq for OtherPurpose
impl PartialEq for OtherPurpose
impl Eq for OtherPurpose
impl StructuralPartialEq for OtherPurpose
Auto Trait Implementations§
impl Freeze for OtherPurpose
impl RefUnwindSafe for OtherPurpose
impl Send for OtherPurpose
impl Sync for OtherPurpose
impl Unpin for OtherPurpose
impl UnwindSafe for OtherPurpose
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