pub struct NuGetConfigCache { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for NuGetConfigCache
impl Debug for NuGetConfigCache
Auto Trait Implementations§
impl !RefUnwindSafe for NuGetConfigCache
impl Freeze for NuGetConfigCache
impl Send for NuGetConfigCache
impl Sync for NuGetConfigCache
impl Unpin for NuGetConfigCache
impl UnsafeUnpin for NuGetConfigCache
impl UnwindSafe for NuGetConfigCache
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