pub struct EOS_EcomHandle { /* private fields */ }Trait Implementations§
Source§impl Clone for EOS_EcomHandle
impl Clone for EOS_EcomHandle
Source§fn clone(&self) -> EOS_EcomHandle
fn clone(&self) -> EOS_EcomHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EOS_EcomHandle
impl Debug for EOS_EcomHandle
impl Copy for EOS_EcomHandle
Auto Trait Implementations§
impl Freeze for EOS_EcomHandle
impl RefUnwindSafe for EOS_EcomHandle
impl Send for EOS_EcomHandle
impl Sync for EOS_EcomHandle
impl Unpin for EOS_EcomHandle
impl UnsafeUnpin for EOS_EcomHandle
impl UnwindSafe for EOS_EcomHandle
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