pub struct Relative(/* private fields */);
Expand description
Type corresponding to <relative>
value in the EPP greeting XML
Trait Implementations§
Source§impl<'xml> FromXml<'xml> for Relative
impl<'xml> FromXml<'xml> for Relative
const KIND: Kind = ::instant_xml::Kind::Element
type Accumulator = Option<Relative>
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>
impl Eq for Relative
impl StructuralPartialEq for Relative
Auto Trait Implementations§
impl Freeze for Relative
impl RefUnwindSafe for Relative
impl Send for Relative
impl Sync for Relative
impl Unpin for Relative
impl UnwindSafe for Relative
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