pub struct AttributeCaster;Expand description
类型转换器
根据 CastType 将 Value 在数据库存储类型与 Rust 业务类型之间转换。
Implementations§
Auto Trait Implementations§
impl Freeze for AttributeCaster
impl RefUnwindSafe for AttributeCaster
impl Send for AttributeCaster
impl Sync for AttributeCaster
impl Unpin for AttributeCaster
impl UnsafeUnpin for AttributeCaster
impl UnwindSafe for AttributeCaster
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