pub struct SourceManager { /* private fields */ }Expand description
全局源码管理器
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SourceManager
impl !RefUnwindSafe for SourceManager
impl Send for SourceManager
impl Sync for SourceManager
impl Unpin for SourceManager
impl UnsafeUnpin for SourceManager
impl UnwindSafe for SourceManager
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