pub struct NodeStackInfo {
pub node_id_1: Id,
pub stack: Stack,
pub node_id_2: Id,
}Fields§
§node_id_1: Id§stack: Stack§node_id_2: IdTrait Implementations§
Source§impl Debug for NodeStackInfo
impl Debug for NodeStackInfo
Auto Trait Implementations§
impl Freeze for NodeStackInfo
impl RefUnwindSafe for NodeStackInfo
impl Send for NodeStackInfo
impl Sync for NodeStackInfo
impl Unpin for NodeStackInfo
impl UnwindSafe for NodeStackInfo
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