pub struct ImportSectionEntry { /* private fields */ }Implementations§
Source§impl ImportSectionEntry
impl ImportSectionEntry
pub fn new(module: String, name: String, desc: ImportDesc) -> Self
Trait Implementations§
Source§impl Clone for ImportSectionEntry
impl Clone for ImportSectionEntry
Source§fn clone(&self) -> ImportSectionEntry
fn clone(&self) -> ImportSectionEntry
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 ImportSectionEntry
impl Debug for ImportSectionEntry
Source§impl Parse<'_> for ImportSectionEntry
impl Parse<'_> for ImportSectionEntry
Source§impl PartialEq for ImportSectionEntry
impl PartialEq for ImportSectionEntry
Source§impl SExpr for ImportSectionEntry
impl SExpr for ImportSectionEntry
impl Eq for ImportSectionEntry
impl StructuralPartialEq for ImportSectionEntry
Auto Trait Implementations§
impl Freeze for ImportSectionEntry
impl RefUnwindSafe for ImportSectionEntry
impl Send for ImportSectionEntry
impl Sync for ImportSectionEntry
impl Unpin for ImportSectionEntry
impl UnwindSafe for ImportSectionEntry
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