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