Struct vdf_parser::VdfAttribute
source · pub struct VdfAttribute { /* private fields */ }
Trait Implementations§
source§impl Debug for VdfAttribute
impl Debug for VdfAttribute
source§impl PartialEq for VdfAttribute
impl PartialEq for VdfAttribute
source§fn eq(&self, other: &VdfAttribute) -> bool
fn eq(&self, other: &VdfAttribute) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VdfAttribute
Auto Trait Implementations§
impl RefUnwindSafe for VdfAttribute
impl Send for VdfAttribute
impl Sync for VdfAttribute
impl Unpin for VdfAttribute
impl UnwindSafe for VdfAttribute
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