pub struct SavePipeline;Implementations§
Auto Trait Implementations§
impl Freeze for SavePipeline
impl RefUnwindSafe for SavePipeline
impl Send for SavePipeline
impl Sync for SavePipeline
impl Unpin for SavePipeline
impl UnsafeUnpin for SavePipeline
impl UnwindSafe for SavePipeline
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