pub struct DialectRegistry { /* private fields */ }Expand description
方言注册表
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DialectRegistry
impl !RefUnwindSafe for DialectRegistry
impl Send for DialectRegistry
impl Sync for DialectRegistry
impl Unpin for DialectRegistry
impl !UnwindSafe for DialectRegistry
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