pub enum AstIn {
None,
Fields,
Variable(String),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AstIn
impl RefUnwindSafe for AstIn
impl Send for AstIn
impl Sync for AstIn
impl Unpin for AstIn
impl UnsafeUnpin for AstIn
impl UnwindSafe for AstIn
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