pub struct AstLayer {
pub kind: LayerKind,
pub source: String,
pub start: usize,
pub end: usize,
}Fields§
§kind: LayerKind§source: String§start: usize§end: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for AstLayer
impl RefUnwindSafe for AstLayer
impl Send for AstLayer
impl Sync for AstLayer
impl Unpin for AstLayer
impl UnsafeUnpin for AstLayer
impl UnwindSafe for AstLayer
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