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