struct DefPaths {
    hashset_new: DefPath,
    hashset_with_capacity: DefPath,
    hashmap_new: DefPath,
    hashmap_with_capacity: DefPath,
    btreeset_new: DefPath,
    btreemap_new: DefPath,
}Fields§
§hashset_new: DefPath§hashset_with_capacity: DefPath§hashmap_new: DefPath§hashmap_with_capacity: DefPath§btreeset_new: DefPath§btreemap_new: 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