struct DefPaths {
hashset_insert: DefPath,
hashmap_insert: DefPath,
hashset_new: DefPath,
hashmap_new: DefPath,
hashset_with: DefPath,
hashmap_with: DefPath,
clone: DefPath,
}
Fields§
§hashset_insert: DefPath
§hashmap_insert: DefPath
§hashset_new: DefPath
§hashmap_new: DefPath
§hashset_with: DefPath
§hashmap_with: DefPath
§clone: DefPath
Implementations§
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