pub struct SimpleId(/* private fields */);
Expand description
The <simple-id>
production.
<simple-id> ::= <source-name> [ <template-args> ]
Trait Implementations§
impl Eq for SimpleId
impl StructuralPartialEq for SimpleId
Auto Trait Implementations§
impl Freeze for SimpleId
impl RefUnwindSafe for SimpleId
impl Send for SimpleId
impl Sync for SimpleId
impl Unpin for SimpleId
impl UnwindSafe for SimpleId
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