pub struct AuxiliaryNode { /* private fields */ }
Expand description
AuxiliaryNode represents an unsolved auxiliary block
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuxiliaryNode
impl !RefUnwindSafe for AuxiliaryNode
impl !Send for AuxiliaryNode
impl !Sync for AuxiliaryNode
impl Unpin for AuxiliaryNode
impl !UnwindSafe for AuxiliaryNode
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