pub struct UnnamedTypeName(/* private fields */);
Expand description
The <unnamed-type-name>
production.
<unnamed-type-name> ::= Ut [ <nonnegative number> ] _
::= <closure-type-name>
TODO: parse the
Trait Implementations§
Source§impl Clone for UnnamedTypeName
impl Clone for UnnamedTypeName
Source§fn clone(&self) -> UnnamedTypeName
fn clone(&self) -> UnnamedTypeName
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 UnnamedTypeName
impl Debug for UnnamedTypeName
Source§impl PartialEq for UnnamedTypeName
impl PartialEq for UnnamedTypeName
impl Eq for UnnamedTypeName
impl StructuralPartialEq for UnnamedTypeName
Auto Trait Implementations§
impl Freeze for UnnamedTypeName
impl RefUnwindSafe for UnnamedTypeName
impl Send for UnnamedTypeName
impl Sync for UnnamedTypeName
impl Unpin for UnnamedTypeName
impl UnwindSafe for UnnamedTypeName
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