Struct vdf_reader::GroupEndEvent
source · pub struct GroupEndEvent {
pub span: Span,
}Fields§
§span: SpanTrait Implementations§
source§impl Clone for GroupEndEvent
impl Clone for GroupEndEvent
source§fn clone(&self) -> GroupEndEvent
fn clone(&self) -> GroupEndEvent
Returns a copy 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§fn eq(&self, other: &GroupEndEvent) -> bool
fn eq(&self, other: &GroupEndEvent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<'a> TryFrom<Event<'a>> for GroupEndEvent
impl<'a> TryFrom<Event<'a>> for GroupEndEvent
impl Eq for GroupEndEvent
impl StructuralEq for GroupEndEvent
impl StructuralPartialEq for GroupEndEvent
Auto Trait Implementations§
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