Struct instant_epp::common::Options
source · pub struct Options<'a> {
pub version: Cow<'a, str>,
pub lang: Cow<'a, str>,
}Expand description
The <option> type in EPP XML login requests
Fields§
§version: Cow<'a, str>The EPP version being used
lang: Cow<'a, str>The language that will be used during EPP transactions
Implementations§
Trait Implementations§
source§impl<'a> PartialEq for Options<'a>
impl<'a> PartialEq for Options<'a>
impl<'a> Eq for Options<'a>
impl<'a> StructuralEq for Options<'a>
impl<'a> StructuralPartialEq for Options<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Options<'a>
impl<'a> Send for Options<'a>
impl<'a> Sync for Options<'a>
impl<'a> Unpin for Options<'a>
impl<'a> UnwindSafe for Options<'a>
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