Struct smbioslib::TypeDescriptors
source · [−]pub struct TypeDescriptors<'a> { /* private fields */ }
Expand description
Trait Implementations
sourceimpl<'a> Debug for TypeDescriptors<'a>
impl<'a> Debug for TypeDescriptors<'a>
sourceimpl<'a> IntoIterator for &'a TypeDescriptors<'a>
impl<'a> IntoIterator for &'a TypeDescriptors<'a>
type Item = EventLogTypeDescriptor<'a>
type Item = EventLogTypeDescriptor<'a>
The type of the elements being iterated over.
type IntoIter = TypeDescriptorsIterator<'a>
type IntoIter = TypeDescriptorsIterator<'a>
Which kind of iterator are we turning this into?
sourceimpl<'a> Serialize for TypeDescriptors<'a>
impl<'a> Serialize for TypeDescriptors<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for TypeDescriptors<'a>
impl<'a> Send for TypeDescriptors<'a>
impl<'a> Sync for TypeDescriptors<'a>
impl<'a> Unpin for TypeDescriptors<'a>
impl<'a> UnwindSafe for TypeDescriptors<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more