Struct security_framework::os::macos::certificate::PropertySection
source · pub struct PropertySection(/* private fields */);
Expand description
A “section” property.
Sections are sequences of other properties.
Implementations§
source§impl PropertySection
impl PropertySection
sourcepub fn iter(&self) -> PropertySectionIter<'_> ⓘ
pub fn iter(&self) -> PropertySectionIter<'_> ⓘ
Returns an iterator over the properties in this section.
Trait Implementations§
source§impl<'a> IntoIterator for &'a PropertySection
impl<'a> IntoIterator for &'a PropertySection
§type IntoIter = PropertySectionIter<'a>
type IntoIter = PropertySectionIter<'a>
Which kind of iterator are we turning this into?
§type Item = CertificateProperty
type Item = CertificateProperty
The type of the elements being iterated over.
Auto Trait Implementations§
impl Freeze for PropertySection
impl RefUnwindSafe for PropertySection
impl !Send for PropertySection
impl !Sync for PropertySection
impl Unpin for PropertySection
impl UnwindSafe for PropertySection
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