pub struct LocalModuleResolutionCache { /* private fields */ }Trait Implementations§
Source§impl Clone for LocalModuleResolutionCache
impl Clone for LocalModuleResolutionCache
Source§fn clone(&self) -> LocalModuleResolutionCache
fn clone(&self) -> LocalModuleResolutionCache
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LocalModuleResolutionCache
impl Debug for LocalModuleResolutionCache
Source§impl Default for LocalModuleResolutionCache
impl Default for LocalModuleResolutionCache
Source§fn default() -> LocalModuleResolutionCache
fn default() -> LocalModuleResolutionCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LocalModuleResolutionCache
impl RefUnwindSafe for LocalModuleResolutionCache
impl Send for LocalModuleResolutionCache
impl Sync for LocalModuleResolutionCache
impl Unpin for LocalModuleResolutionCache
impl UnsafeUnpin for LocalModuleResolutionCache
impl UnwindSafe for LocalModuleResolutionCache
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