pub struct Export<'s> {
pub start: usize,
pub name: Name<'s>,
pub kind: ExportKind,
}Fields§
§start: usize§name: Name<'s>§kind: ExportKindTrait Implementations§
impl<'s> StructuralPartialEq for Export<'s>
Auto Trait Implementations§
impl<'s> Freeze for Export<'s>
impl<'s> RefUnwindSafe for Export<'s>
impl<'s> Send for Export<'s>
impl<'s> Sync for Export<'s>
impl<'s> Unpin for Export<'s>
impl<'s> UnwindSafe for Export<'s>
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