pub struct Metadata {
pub name: &'static str,
pub functions: Vec<Func>,
pub impls: Vec<Impl>,
}Expand description
Module metadata.
Fields§
§name: &'static str§functions: Vec<Func>§impls: Vec<Impl>Implementations§
Trait Implementations§
impl StructuralPartialEq for Metadata
Auto Trait Implementations§
impl !Send for Metadata
impl !Sync for Metadata
impl Freeze for Metadata
impl RefUnwindSafe for Metadata
impl Unpin for Metadata
impl UnsafeUnpin for Metadata
impl UnwindSafe for Metadata
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