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