Struct instant_epp::hello::Expiry
source · pub struct Expiry { /* private fields */ }Expand description
Type corresponding to possible <expiry> type values
Trait Implementations§
source§impl PartialEq for Expiry
impl PartialEq for Expiry
impl Eq for Expiry
impl StructuralEq for Expiry
impl StructuralPartialEq for Expiry
Auto Trait Implementations§
impl RefUnwindSafe for Expiry
impl Send for Expiry
impl Sync for Expiry
impl Unpin for Expiry
impl UnwindSafe for Expiry
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