Struct polars_plan::dot::DotNode
source · pub struct DotNode<'a> {
pub branch: usize,
pub id: usize,
pub fmt: &'a str,
}
Fields§
§branch: usize
§id: usize
§fmt: &'a str
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DotNode<'a>
impl<'a> RefUnwindSafe for DotNode<'a>
impl<'a> Send for DotNode<'a>
impl<'a> Sync for DotNode<'a>
impl<'a> Unpin for DotNode<'a>
impl<'a> UnwindSafe for DotNode<'a>
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