pub struct codeIntelligenceRepository;Trait Implementations§
Source§impl Field for codeIntelligenceRepository
impl Field for codeIntelligenceRepository
Auto Trait Implementations§
impl Freeze for codeIntelligenceRepository
impl RefUnwindSafe for codeIntelligenceRepository
impl Send for codeIntelligenceRepository
impl Sync for codeIntelligenceRepository
impl Unpin for codeIntelligenceRepository
impl UnwindSafe for codeIntelligenceRepository
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