Struct mssf_core::runtime::config::ConfigurationSectionList
source · 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