Struct js_source_scopes::NameComponent
source · pub struct NameComponent { /* private fields */ }
Expand description
An individual component of a ScopeName
.
Implementations§
source§impl 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§
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