Struct instant_epp::hello::OtherPurpose
source · 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
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>
type Accumulator = Option<OtherPurpose>
const KIND: Kind = ::instant_xml::Kind::Element
source§impl PartialEq for OtherPurpose
impl PartialEq for OtherPurpose
source§fn eq(&self, other: &OtherPurpose) -> bool
fn eq(&self, other: &OtherPurpose) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for OtherPurpose
impl StructuralEq for OtherPurpose
impl StructuralPartialEq for OtherPurpose
Auto Trait Implementations§
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