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