struct DefPaths {
    ops_range: DefPath,
    vec_len: DefPath,
    slice_len: DefPath,
    ops_index: DefPath,
    ops_index_mut: DefPath,
}Fields§
§ops_range: DefPath§vec_len: DefPath§slice_len: DefPath§ops_index: DefPath§ops_index_mut: 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