Struct lazy_transform::LazyTransform
source · pub struct LazyTransform<F, T, U> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<F, T, U> !RefUnwindSafe for LazyTransform<F, T, U>
impl<F, T, U> Send for LazyTransform<F, T, U>where F: Send, T: Send, U: Send,
impl<F, T, U> !Sync for LazyTransform<F, T, U>
impl<F, T, U> Unpin for LazyTransform<F, T, U>where F: Unpin, T: Unpin, U: Unpin,
impl<F, T, U> UnwindSafe for LazyTransform<F, T, U>where F: UnwindSafe, T: UnwindSafe, U: UnwindSafe,
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