pub struct ConfigurationSectionList { /* private fields */ }
Implementations§
Source§impl ConfigurationSectionList
impl ConfigurationSectionList
pub fn iter( &self, ) -> FabricIter<'_, FABRIC_CONFIGURATION_SECTION, ConfigurationSection, ConfigurationSectionList>
Auto Trait Implementations§
impl Freeze for ConfigurationSectionList
impl RefUnwindSafe for ConfigurationSectionList
impl Send for ConfigurationSectionList
impl Sync for ConfigurationSectionList
impl Unpin for ConfigurationSectionList
impl UnwindSafe for ConfigurationSectionList
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