pub struct ParentSet {
pub members: HashMap<String, bool>,
pub done: bool,
}Fields§
§members: HashMap<String, bool>§done: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ParentSet
impl RefUnwindSafe for ParentSet
impl Send for ParentSet
impl Sync for ParentSet
impl Unpin for ParentSet
impl UnwindSafe for ParentSet
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