pub struct EntryEvent<'a> {
pub key: Item<'a>,
pub value: Item<'a>,
pub span: Span,
}
Fields§
§key: Item<'a>
§value: Item<'a>
§span: Span
Implementations§
Source§impl EntryEvent<'_>
impl EntryEvent<'_>
pub fn into_owned(self) -> EntryEvent<'static>
Trait Implementations§
Source§impl<'a> Clone for EntryEvent<'a>
impl<'a> Clone for EntryEvent<'a>
Source§fn clone(&self) -> EntryEvent<'a>
fn clone(&self) -> EntryEvent<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Debug for EntryEvent<'a>
impl<'a> Debug for EntryEvent<'a>
Source§impl<'a> PartialEq for EntryEvent<'a>
impl<'a> PartialEq for EntryEvent<'a>
Source§impl<'a> TryFrom<Event<'a>> for EntryEvent<'a>
impl<'a> TryFrom<Event<'a>> for EntryEvent<'a>
impl<'a> Eq for EntryEvent<'a>
impl<'a> StructuralPartialEq for EntryEvent<'a>
Auto Trait Implementations§
impl<'a> Freeze for EntryEvent<'a>
impl<'a> RefUnwindSafe for EntryEvent<'a>
impl<'a> Send for EntryEvent<'a>
impl<'a> Sync for EntryEvent<'a>
impl<'a> Unpin for EntryEvent<'a>
impl<'a> UnwindSafe for EntryEvent<'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