pub struct TransformFactory {}Implementations§
Trait Implementations§
Source§impl CodecTransform for TransformFactory
impl CodecTransform for TransformFactory
Source§impl Default for TransformFactory
impl Default for TransformFactory
Source§fn default() -> TransformFactory
fn default() -> TransformFactory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TransformFactory
impl RefUnwindSafe for TransformFactory
impl Send for TransformFactory
impl Sync for TransformFactory
impl Unpin for TransformFactory
impl UnwindSafe for TransformFactory
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