pub struct EcomTransaction(/* private fields */);Implementations§
Source§impl EcomTransaction
impl EcomTransaction
pub unsafe fn from_raw(h: EOS_Ecom_HTransaction) -> Result<Self>
pub fn raw_handle(&self) -> EOS_Ecom_HTransaction
pub fn into_raw(self) -> EOS_Ecom_HTransaction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EcomTransaction
impl RefUnwindSafe for EcomTransaction
impl !Send for EcomTransaction
impl !Sync for EcomTransaction
impl Unpin for EcomTransaction
impl UnsafeUnpin for EcomTransaction
impl UnwindSafe for EcomTransaction
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