pub struct AttributeAccess<'a> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for AttributeAccess<'a>
impl<'a> RefUnwindSafe for AttributeAccess<'a>
impl<'a> Send for AttributeAccess<'a>
impl<'a> Sync for AttributeAccess<'a>
impl<'a> Unpin for AttributeAccess<'a>
impl<'a> UnwindSafe for AttributeAccess<'a>
Blanket Implementations§
Source§impl<'de, T> AttributeAccessExt<'de> for Twhere
T: AttributeAccess<'de>,
impl<'de, T> AttributeAccessExt<'de> for Twhere
T: AttributeAccess<'de>,
Source§fn ensure_name<E>(&self, name: &ExpandedName<'_>) -> Result<(), E>where
E: Error,
fn ensure_name<E>(&self, name: &ExpandedName<'_>) -> Result<(), E>where
E: Error,
Ensures that the attribute has the given name.
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