pub struct AttributeNames { /* private fields */ }Implementations§
Source§impl AttributeNames
impl AttributeNames
pub fn get(&self, index: usize) -> Option<String>
pub fn len(&self) -> usize
pub fn is_empty(&self) -> bool
pub fn is_not_empty(&self) -> bool
pub fn first(&self) -> Option<String>
pub fn last(&self) -> Option<String>
pub fn iter(&self) -> AttributeNamesIter<'_> ⓘ
Trait Implementations§
Source§impl IntoIterator for AttributeNames
impl IntoIterator for AttributeNames
Auto Trait Implementations§
impl Freeze for AttributeNames
impl RefUnwindSafe for AttributeNames
impl !Send for AttributeNames
impl !Sync for AttributeNames
impl Unpin for AttributeNames
impl UnwindSafe for AttributeNames
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