Skip to content

Deref and DerefMut docs don't mention autoderef/deref coercions #26927

Closed
@huonw

Description

@huonw

Current docs are:

The Deref trait is used to specify the functionality of dereferencing operations like *v.

 

The DerefMut trait is used to specify the functionality of dereferencing mutably like *v = 1;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions