Struct instant_epp::hello::Greeting
source · pub struct Greeting {
pub service_id: String,
pub service_date: DateTime<Utc>,
pub svc_menu: ServiceMenu,
pub dcp: Dcp,
}Expand description
Type corresponding to the <greeting> tag in the EPP greeting XML
Fields§
§service_id: StringThe service ID
service_date: DateTime<Utc>The date from the EPP server
Data under the <svcMenu> element
dcp: DcpData under the <dcp> element
Trait Implementations§
source§impl PartialEq for Greeting
impl PartialEq for Greeting
impl Eq for Greeting
impl StructuralEq for Greeting
impl StructuralPartialEq for Greeting
Auto Trait Implementations§
impl RefUnwindSafe for Greeting
impl Send for Greeting
impl Sync for Greeting
impl Unpin for Greeting
impl UnwindSafe for Greeting
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