struct DefPaths {
hashset_new: DefPath,
hashset_insert: DefPath,
hashmap_new: DefPath,
hashmap_insert: DefPath,
entry: DefPath,
}Fields§
§hashset_new: DefPath§hashset_insert: DefPath§hashmap_new: DefPath§hashmap_insert: DefPath§entry: DefPathImplementations§
Auto Trait Implementations§
impl Freeze for DefPaths
impl RefUnwindSafe for DefPaths
impl Send for DefPaths
impl Sync for DefPaths
impl Unpin for DefPaths
impl UnwindSafe for DefPaths
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