Struct js_source_scopes::NameComponent
source · [−]pub struct NameComponent { /* private fields */ }
Expand description
An individual component of a ScopeName
.
Implementations
sourceimpl NameComponent
impl NameComponent
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NameComponent
impl Send for NameComponent
impl Sync for NameComponent
impl Unpin for NameComponent
impl UnwindSafe for NameComponent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more