pub struct PluginPrefList { /* private fields */ }Expand description
An iterable list of plugin pref names.
Trait Implementations§
Source§impl<'a> IntoIterator for &'a PluginPrefList
impl<'a> IntoIterator for &'a PluginPrefList
Auto Trait Implementations§
impl Freeze for PluginPrefList
impl RefUnwindSafe for PluginPrefList
impl Send for PluginPrefList
impl Sync for PluginPrefList
impl Unpin for PluginPrefList
impl UnwindSafe for PluginPrefList
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