struct Emitted<'a> {
pub values: &'a [Value<'a>],
pub emit: Option<&'a EmitKind>,
}
Fields§
§values: &'a [Value<'a>]
§emit: Option<&'a EmitKind>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Emitted<'a>
impl<'a> RefUnwindSafe for Emitted<'a>
impl<'a> Send for Emitted<'a>
impl<'a> Sync for Emitted<'a>
impl<'a> Unpin for Emitted<'a>
impl<'a> UnwindSafe for Emitted<'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