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