pub struct FieldSignature<'a>(pub ReferenceType<'a>);
Expand description
A parsed field signature; encodes the (possibly parameterized) type of a field, formal parameter, local variable, or record component declaration.
See the specification for details.
Tuple Fields§
§0: ReferenceType<'a>
Trait Implementations§
Source§impl<'a> Debug for FieldSignature<'a>
impl<'a> Debug for FieldSignature<'a>
Auto Trait Implementations§
impl<'a> Freeze for FieldSignature<'a>
impl<'a> RefUnwindSafe for FieldSignature<'a>
impl<'a> Send for FieldSignature<'a>
impl<'a> Sync for FieldSignature<'a>
impl<'a> Unpin for FieldSignature<'a>
impl<'a> UnwindSafe for FieldSignature<'a>
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