Struct instant_epp::hello::Stated
source · pub struct Stated;Expand description
Type corresponding to <stated> in the EPP greeting XML
Trait Implementations§
source§impl PartialEq for Stated
impl PartialEq for Stated
impl Eq for Stated
impl StructuralEq for Stated
impl StructuralPartialEq for Stated
Auto Trait Implementations§
impl RefUnwindSafe for Stated
impl Send for Stated
impl Sync for Stated
impl Unpin for Stated
impl UnwindSafe for Stated
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