pub struct ControlIdMap(/* private fields */);Implementations§
Source§impl ControlIdMap
impl ControlIdMap
pub fn iter(&self) -> Option<ControlIdMapIter<'_>>
Auto Trait Implementations§
impl Freeze for ControlIdMap
impl RefUnwindSafe for ControlIdMap
impl Send for ControlIdMap
impl Sync for ControlIdMap
impl Unpin for ControlIdMap
impl UnwindSafe for ControlIdMap
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