pub struct ImportSection { /* private fields */ }Implementations§
Source§impl ImportSection
impl ImportSection
pub fn with_entries(entries: Vec<ImportSectionEntry>) -> Self
Trait Implementations§
Source§impl Clone for ImportSection
impl Clone for ImportSection
Source§fn clone(&self) -> ImportSection
fn clone(&self) -> ImportSection
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 ImportSection
impl Debug for ImportSection
Source§impl Parse<'_> for ImportSection
impl Parse<'_> for ImportSection
Source§impl PartialEq for ImportSection
impl PartialEq for ImportSection
impl Eq for ImportSection
impl StructuralPartialEq for ImportSection
Auto Trait Implementations§
impl Freeze for ImportSection
impl RefUnwindSafe for ImportSection
impl Send for ImportSection
impl Sync for ImportSection
impl Unpin for ImportSection
impl UnwindSafe for ImportSection
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