pub struct RootStore {
pub crates: Vec<CrateStore>,
}
Fields§
§crates: Vec<CrateStore>
Implementations§
Trait Implementations§
impl StructuralPartialEq for RootStore
Auto Trait Implementations§
impl Freeze for RootStore
impl RefUnwindSafe for RootStore
impl !Send for RootStore
impl !Sync for RootStore
impl Unpin for RootStore
impl UnwindSafe for RootStore
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