pub struct SmalltalkParser;Expand description
Smalltalk parser.
Implementations§
Auto Trait Implementations§
impl Freeze for SmalltalkParser
impl RefUnwindSafe for SmalltalkParser
impl Send for SmalltalkParser
impl Sync for SmalltalkParser
impl Unpin for SmalltalkParser
impl UnsafeUnpin for SmalltalkParser
impl UnwindSafe for SmalltalkParser
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