pub struct DominatorTreeTraversable { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for DominatorTreeTraversable
impl Default for DominatorTreeTraversable
Source§fn default() -> DominatorTreeTraversable
fn default() -> DominatorTreeTraversable
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DominatorTreeTraversable
impl RefUnwindSafe for DominatorTreeTraversable
impl Send for DominatorTreeTraversable
impl Sync for DominatorTreeTraversable
impl Unpin for DominatorTreeTraversable
impl UnwindSafe for DominatorTreeTraversable
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