pub struct StbNodes {
pub map: HashMap<i32, StbNode>,
}Fields§
§map: HashMap<i32, StbNode>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StbNodes
impl RefUnwindSafe for StbNodes
impl Send for StbNodes
impl Sync for StbNodes
impl Unpin for StbNodes
impl UnwindSafe for StbNodes
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