pub struct GroupEndEvent {
pub span: Span,
}
Fields§
§span: Span
Trait Implementations§
Source§impl Clone for GroupEndEvent
impl Clone for GroupEndEvent
Source§fn clone(&self) -> GroupEndEvent
fn clone(&self) -> GroupEndEvent
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 Debug for GroupEndEvent
impl Debug for GroupEndEvent
Source§impl PartialEq for GroupEndEvent
impl PartialEq for GroupEndEvent
Source§impl<'a> TryFrom<Event<'a>> for GroupEndEvent
impl<'a> TryFrom<Event<'a>> for GroupEndEvent
impl Eq for GroupEndEvent
impl StructuralPartialEq for GroupEndEvent
Auto Trait Implementations§
impl Freeze for GroupEndEvent
impl RefUnwindSafe for GroupEndEvent
impl Send for GroupEndEvent
impl Sync for GroupEndEvent
impl Unpin for GroupEndEvent
impl UnwindSafe for GroupEndEvent
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