pub struct WriteEvidence {
pub target: String,
pub span: AstSpan,
pub order: usize,
}Fields§
§target: String§span: AstSpan§order: usizeTrait Implementations§
Source§impl Clone for WriteEvidence
impl Clone for WriteEvidence
Source§fn clone(&self) -> WriteEvidence
fn clone(&self) -> WriteEvidence
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WriteEvidence
impl Debug for WriteEvidence
impl Eq for WriteEvidence
Source§impl PartialEq for WriteEvidence
impl PartialEq for WriteEvidence
Source§fn eq(&self, other: &WriteEvidence) -> bool
fn eq(&self, other: &WriteEvidence) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for WriteEvidence
impl Serialize for WriteEvidence
impl StructuralPartialEq for WriteEvidence
Auto Trait Implementations§
impl Freeze for WriteEvidence
impl RefUnwindSafe for WriteEvidence
impl Send for WriteEvidence
impl Sync for WriteEvidence
impl Unpin for WriteEvidence
impl UnsafeUnpin for WriteEvidence
impl UnwindSafe for WriteEvidence
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