Struct instant_epp::common::Services
source · pub struct Services<'a> {
pub obj_uris: Vec<Cow<'a, str>>,
pub svc_ext: Option<ServiceExtension<'a>>,
}Expand description
The <svcs> type in EPP XML
Fields§
§obj_uris: Vec<Cow<'a, str>>The service URIs being used by this EPP session represented by <objURI> in EPP XML
svc_ext: Option<ServiceExtension<'a>>Trait Implementations§
source§impl<'a> PartialEq for Services<'a>
impl<'a> PartialEq for Services<'a>
impl<'a> Eq for Services<'a>
impl<'a> StructuralEq for Services<'a>
impl<'a> StructuralPartialEq for Services<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Services<'a>
impl<'a> Send for Services<'a>
impl<'a> Sync for Services<'a>
impl<'a> Unpin for Services<'a>
impl<'a> UnwindSafe for Services<'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