pub struct HarnessDecl {
pub name: Ident,
pub kind: Ident,
pub span: SourceSpan,
}Fields§
§name: Ident§kind: Ident§span: SourceSpanTrait Implementations§
Source§impl Clone for HarnessDecl
impl Clone for HarnessDecl
Source§fn clone(&self) -> HarnessDecl
fn clone(&self) -> HarnessDecl
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 HarnessDecl
impl Debug for HarnessDecl
impl Eq for HarnessDecl
Source§impl PartialEq for HarnessDecl
impl PartialEq for HarnessDecl
impl StructuralPartialEq for HarnessDecl
Auto Trait Implementations§
impl Freeze for HarnessDecl
impl RefUnwindSafe for HarnessDecl
impl Send for HarnessDecl
impl Sync for HarnessDecl
impl Unpin for HarnessDecl
impl UnsafeUnpin for HarnessDecl
impl UnwindSafe for HarnessDecl
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