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