pub struct Btor2Line<'parser> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'parser> Freeze for Btor2Line<'parser>
impl<'parser> RefUnwindSafe for Btor2Line<'parser>
impl<'parser> !Send for Btor2Line<'parser>
impl<'parser> !Sync for Btor2Line<'parser>
impl<'parser> Unpin for Btor2Line<'parser>
impl<'parser> UnwindSafe for Btor2Line<'parser>
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