pub struct AttributeRef<'document, S> { /* private fields */ }Implementations§
Source§impl<'document, S: AsRef<[u8]>> AttributeRef<'document, S>
impl<'document, S: AsRef<[u8]>> AttributeRef<'document, S>
Trait Implementations§
Source§impl<S> Clone for AttributeRef<'_, S>
impl<S> Clone for AttributeRef<'_, S>
impl<S> Copy for AttributeRef<'_, S>
Auto Trait Implementations§
impl<'document, S> Freeze for AttributeRef<'document, S>
impl<'document, S> RefUnwindSafe for AttributeRef<'document, S>where
S: RefUnwindSafe,
impl<'document, S> Send for AttributeRef<'document, S>where
S: Sync,
impl<'document, S> Sync for AttributeRef<'document, S>where
S: Sync,
impl<'document, S> Unpin for AttributeRef<'document, S>
impl<'document, S> UnsafeUnpin for AttributeRef<'document, S>
impl<'document, S> UnwindSafe for AttributeRef<'document, S>where
S: RefUnwindSafe,
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