pub struct RustView { /* private fields */ }Expand description
Typed view over the rust (cargo) sub-index. Built once; get is O(1).
Implementations§
Source§impl RustView
impl RustView
Auto Trait Implementations§
impl Freeze for RustView
impl RefUnwindSafe for RustView
impl Send for RustView
impl Sync for RustView
impl Unpin for RustView
impl UnsafeUnpin for RustView
impl UnwindSafe for RustView
Blanket Implementations§
impl<T> Allocation for T
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