Struct security_framework::os::macos::certificate::PropertySection [−][src]
pub struct PropertySection(_);
Expand description
A “section” property.
Sections are sequences of other properties.
Implementations
pub fn iter(&self) -> PropertySectionIter<'_>ⓘNotable traits for PropertySectionIter<'a>
impl<'a> Iterator for PropertySectionIter<'a> type Item = CertificateProperty;[src]
pub fn iter(&self) -> PropertySectionIter<'_>ⓘNotable traits for PropertySectionIter<'a>
impl<'a> Iterator for PropertySectionIter<'a> type Item = CertificateProperty;[src]Returns an iterator over the properties in this section.
Trait Implementations
type IntoIter = PropertySectionIter<'a>
type IntoIter = PropertySectionIter<'a>Which kind of iterator are we turning this into?
type Item = CertificateProperty
type Item = CertificatePropertyThe type of the elements being iterated over.
fn into_iter(self) -> PropertySectionIter<'a>ⓘNotable traits for PropertySectionIter<'a>
impl<'a> Iterator for PropertySectionIter<'a> type Item = CertificateProperty;[src]
fn into_iter(self) -> PropertySectionIter<'a>ⓘNotable traits for PropertySectionIter<'a>
impl<'a> Iterator for PropertySectionIter<'a> type Item = CertificateProperty;[src]Creates an iterator from a value. Read more
Auto Trait Implementations
impl RefUnwindSafe for PropertySectionimpl !Send for PropertySectionimpl !Sync for PropertySectionimpl Unpin for PropertySectionimpl UnwindSafe for PropertySection