pub struct TransformPipe { /* private fields */ }Expand description
A pipeline of transform stages.
Trait Implementations§
Source§impl Clone for TransformPipe
impl Clone for TransformPipe
Source§fn clone(&self) -> TransformPipe
fn clone(&self) -> TransformPipe
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TransformPipe
impl Debug for TransformPipe
Source§impl Default for TransformPipe
impl Default for TransformPipe
Source§fn default() -> TransformPipe
fn default() -> TransformPipe
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TransformPipe
impl RefUnwindSafe for TransformPipe
impl Send for TransformPipe
impl Sync for TransformPipe
impl Unpin for TransformPipe
impl UnsafeUnpin for TransformPipe
impl UnwindSafe for TransformPipe
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