pub struct StackInfo {
pub name: String,
pub parent_chain: Vec<String>,
pub tools: HashMap<String, String>,
}Fields§
§name: String§parent_chain: Vec<String>§tools: HashMap<String, String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for StackInfo
impl RefUnwindSafe for StackInfo
impl Send for StackInfo
impl Sync for StackInfo
impl Unpin for StackInfo
impl UnsafeUnpin for StackInfo
impl UnwindSafe for StackInfo
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