pub struct PlainType<'s> {
pub name: Identifier<'s>,
}Expand description
A named type.
Grammar: Identifier
Fields§
§name: Identifier<'s>Trait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for PlainType<'s>
impl<'s> RefUnwindSafe for PlainType<'s>
impl<'s> Send for PlainType<'s>
impl<'s> Sync for PlainType<'s>
impl<'s> Unpin for PlainType<'s>
impl<'s> UnwindSafe for PlainType<'s>
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