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