Struct instant_epp::extensions::frnic::Ext
source · pub struct Ext<T> {
pub data: T,
}Fields§
§data: TTrait Implementations§
source§impl<'a> From<ContactCreate<'a>> for Ext<Create<ContactCreate<'a>>>
impl<'a> From<ContactCreate<'a>> for Ext<Create<ContactCreate<'a>>>
source§fn from(data: ContactCreate<'a>) -> Self
fn from(data: ContactCreate<'a>) -> Self
Converts to this type from the input type.
impl<'a> Transaction<Ext<Create<ContactCreate<'a>>>> for ContactCreate<'a>
Auto Trait Implementations§
impl<T> RefUnwindSafe for Ext<T>where T: RefUnwindSafe,
impl<T> Send for Ext<T>where T: Send,
impl<T> Sync for Ext<T>where T: Sync,
impl<T> Unpin for Ext<T>where T: Unpin,
impl<T> UnwindSafe for Ext<T>where T: UnwindSafe,
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