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