Struct torin::test_utils::TestingDOM  
source · pub struct TestingDOM { /* private fields */ }Implementations§
Trait Implementations§
source§impl DOMAdapter<usize> for TestingDOM
 
impl DOMAdapter<usize> for TestingDOM
source§fn is_node_valid(&mut self, _node_id: &usize) -> bool
 
fn is_node_valid(&mut self, _node_id: &usize) -> bool
Check whether the given Node is valid (isn’t a placeholder, unconnected node..)
source§impl Default for TestingDOM
 
impl Default for TestingDOM
source§fn default() -> TestingDOM
 
fn default() -> TestingDOM
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for TestingDOM
impl Send for TestingDOM
impl Sync for TestingDOM
impl Unpin for TestingDOM
impl UnwindSafe for TestingDOM
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