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