pub struct LexData;Trait Implementations§
Auto Trait Implementations§
impl Freeze for LexData
impl RefUnwindSafe for LexData
impl Send for LexData
impl Sync for LexData
impl Unpin for LexData
impl UnwindSafe for LexData
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