pub struct ConfigSolutions<'a> {
solutions: Solutions<'a>,
device: CameraHash,
}
Fields§
§solutions: Solutions<'a>
§device: CameraHash
Implementations§
Source§impl<'a> ConfigSolutions<'a>
impl<'a> ConfigSolutions<'a>
pub fn iter(&'a self) -> impl Iterator<Item = DeviceConfig> + use<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ConfigSolutions<'a>
impl<'a> RefUnwindSafe for ConfigSolutions<'a>
impl<'a> Send for ConfigSolutions<'a>
impl<'a> Sync for ConfigSolutions<'a>
impl<'a> Unpin for ConfigSolutions<'a>
impl<'a> UnwindSafe for ConfigSolutions<'a>
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