Expand description
A base repr AST node.
Fields
kind: BaseKindThe kind of the base repr.
kind_token: IdentThe identifier corresponding to the base repr.
Auto Trait Implementations
impl RefUnwindSafe for Base
impl !Send for Base
impl !Sync for Base
impl Unpin for Base
impl UnwindSafe for Base
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more