pub struct MutationSurface;Expand description
The kind one mutation declaration produces: the module a mutation harness lowers, delivered to the consumer’s test target.
Trait Implementations§
Source§impl Clone for MutationSurface
impl Clone for MutationSurface
Source§fn clone(&self) -> MutationSurface
fn clone(&self) -> MutationSurface
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 moreimpl Copy for MutationSurface
Source§impl Debug for MutationSurface
impl Debug for MutationSurface
impl Eq for MutationSurface
Source§impl Hash for MutationSurface
impl Hash for MutationSurface
Source§impl Kind for MutationSurface
impl Kind for MutationSurface
Source§const NAME: &'static str = "mutation-surface"
const NAME: &'static str = "mutation-surface"
The name this kind is spelled by wherever a name is written down. Read more
Source§type Content = Surface
type Content = Surface
The facts a request of this kind carries beyond its captured tokens. Read more
Source§type Role = SurfaceRole
type Role = SurfaceRole
The seats this kind’s rendering fills.
Source§type Question = NoQuestions
type Question = NoQuestions
The questions this kind owes beyond the universal ones.
Source§impl PartialEq for MutationSurface
impl PartialEq for MutationSurface
impl StructuralPartialEq for MutationSurface
Auto Trait Implementations§
impl Freeze for MutationSurface
impl RefUnwindSafe for MutationSurface
impl Send for MutationSurface
impl Sync for MutationSurface
impl Unpin for MutationSurface
impl UnsafeUnpin for MutationSurface
impl UnwindSafe for MutationSurface
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