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