Struct instant_epp::contact::Voice
source · pub struct Voice<'a> {
pub extension: Option<Cow<'a, str>>,
pub number: Cow<'a, str>,
}Expand description
The data for <voice> types on domain transactions
Fields§
§extension: Option<Cow<'a, str>>The value of the ‘x’ attr on <voice> and <fax> tags
number: Cow<'a, str>The inner text on the <voice> and <fax> tags
Implementations§
Trait Implementations§
source§impl<'a> PartialEq for Voice<'a>
impl<'a> PartialEq for Voice<'a>
impl<'a> StructuralPartialEq for Voice<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Voice<'a>
impl<'a> Send for Voice<'a>
impl<'a> Sync for Voice<'a>
impl<'a> Unpin for Voice<'a>
impl<'a> UnwindSafe for Voice<'a>
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