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