pub struct Ack<'a> {
pub message_id: &'a str,
}Expand description
Type for EPP XML <poll> command with op="ack"
Fields§
§message_id: &'a strThe ID of the message to be acknowledged
Trait Implementations§
impl Transaction<NoExtension> for Ack<'_>
Auto Trait Implementations§
impl<'a> Freeze for Ack<'a>
impl<'a> RefUnwindSafe for Ack<'a>
impl<'a> Send for Ack<'a>
impl<'a> Sync for Ack<'a>
impl<'a> Unpin for Ack<'a>
impl<'a> UnwindSafe for Ack<'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