pub struct PubModClient {
pub database: String,
pub data: JsonValue,
pub conn: Connection,
pub db: DbOption,
}Expand description
公共模块客户端
Fields§
§database: String§data: JsonValue§conn: Connection§db: DbOptionImplementations§
Source§impl PubModClient
impl PubModClient
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PubModClient
impl RefUnwindSafe for PubModClient
impl Send for PubModClient
impl Sync for PubModClient
impl Unpin for PubModClient
impl UnwindSafe for PubModClient
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