pub struct LSymbol {
pub name: String,
pub attrs: Vec<String>,
pub loc: Loc,
}Fields§
§name: String§attrs: Vec<String>§loc: LocTrait Implementations§
Auto Trait Implementations§
impl Freeze for LSymbol
impl RefUnwindSafe for LSymbol
impl Send for LSymbol
impl Sync for LSymbol
impl Unpin for LSymbol
impl UnwindSafe for LSymbol
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