pub struct ConversionChain { /* private fields */ }Expand description
负责执行一个或多个转换步骤
Auto Trait Implementations§
impl Freeze for ConversionChain
impl !RefUnwindSafe for ConversionChain
impl Send for ConversionChain
impl Sync for ConversionChain
impl Unpin for ConversionChain
impl !UnwindSafe for ConversionChain
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