pub struct AbiConnectionTemplate { /* private fields */ }Expand description
Information about an entry point and the trait it corresponds to.
Trait Implementations§
Source§impl Clone for AbiConnectionTemplate
impl Clone for AbiConnectionTemplate
Source§fn clone(&self) -> AbiConnectionTemplate
fn clone(&self) -> AbiConnectionTemplate
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 moreAuto Trait Implementations§
impl Freeze for AbiConnectionTemplate
impl RefUnwindSafe for AbiConnectionTemplate
impl Send for AbiConnectionTemplate
impl Sync for AbiConnectionTemplate
impl Unpin for AbiConnectionTemplate
impl UnwindSafe for AbiConnectionTemplate
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