pub struct StreamAttribute<'a> { /* private fields */ }Expand description
A namespace-resolved attribute borrowed from a streaming start event.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for StreamAttribute<'a>
impl<'a> RefUnwindSafe for StreamAttribute<'a>
impl<'a> Send for StreamAttribute<'a>
impl<'a> Sync for StreamAttribute<'a>
impl<'a> Unpin for StreamAttribute<'a>
impl<'a> UnsafeUnpin for StreamAttribute<'a>
impl<'a> UnwindSafe for StreamAttribute<'a>
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