pub struct TypesSection {
pub items: Vec<TypeMetadata>,
}Fields§
§items: Vec<TypeMetadata>Trait Implementations§
Source§impl Clone for TypesSection
impl Clone for TypesSection
Source§fn clone(&self) -> TypesSection
fn clone(&self) -> TypesSection
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 TypesSection
impl Debug for TypesSection
Source§impl PartialEq for TypesSection
impl PartialEq for TypesSection
impl StructuralPartialEq for TypesSection
Auto Trait Implementations§
impl Freeze for TypesSection
impl RefUnwindSafe for TypesSection
impl Send for TypesSection
impl Sync for TypesSection
impl Unpin for TypesSection
impl UnwindSafe for TypesSection
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