Struct instant_epp::hello::Absolute
source · pub struct Absolute(/* private fields */);Expand description
Type corresponding to <absolute> value in the EPP greeting XML
Trait Implementations§
source§impl PartialEq for Absolute
impl PartialEq for Absolute
impl Eq for Absolute
impl StructuralEq for Absolute
impl StructuralPartialEq for Absolute
Auto Trait Implementations§
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