Struct instant_epp::hello::Dcp
source · pub struct Dcp {
pub access: Access,
pub statement: Vec<Statement>,
pub expiry: Option<Expiry>,
}Expand description
Type corresponding to <dcp> in the EPP greeting XML
Fields§
§access: AccessData for the <access> tag
statement: Vec<Statement>Data for the <statement> tags
expiry: Option<Expiry>Data for the <expiry> tag
Trait Implementations§
impl Eq for Dcp
impl StructuralEq for Dcp
impl StructuralPartialEq for Dcp
Auto Trait Implementations§
impl RefUnwindSafe for Dcp
impl Send for Dcp
impl Sync for Dcp
impl Unpin for Dcp
impl UnwindSafe for Dcp
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