Struct stc_ts_base_type_ops::bindings::Bindings
source · [−]pub struct Bindings {
pub collected: bool,
pub all: AHashMap<Id, Vec<BindingKind>>,
pub types: AHashSet<Id>,
}
Fields
collected: bool
all: AHashMap<Id, Vec<BindingKind>>
types: AHashSet<Id>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Bindings
impl Send for Bindings
impl Sync for Bindings
impl Unpin for Bindings
impl UnwindSafe for Bindings
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