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