pub struct GlobalSet { /* private fields */ }Expand description
A compact map of global names to their writability.
Implementations§
Trait Implementations§
Source§impl<'a> IntoIterator for &'a GlobalSet
impl<'a> IntoIterator for &'a GlobalSet
Auto Trait Implementations§
impl Freeze for GlobalSet
impl RefUnwindSafe for GlobalSet
impl Send for GlobalSet
impl Sync for GlobalSet
impl Unpin for GlobalSet
impl UnsafeUnpin for GlobalSet
impl UnwindSafe for GlobalSet
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