pub struct Chain<I: Op<T>, V: Op<T>, T>(/* private fields */);Implementations§
Trait Implementations§
impl<I: Copy + Op<T>, V: Copy + Op<T>, T: Copy> Copy for Chain<I, V, T>
Auto Trait Implementations§
impl<I, V, T> Freeze for Chain<I, V, T>
impl<I, V, T> RefUnwindSafe for Chain<I, V, T>
impl<I, V, T> Send for Chain<I, V, T>
impl<I, V, T> Sync for Chain<I, V, T>
impl<I, V, T> Unpin for Chain<I, V, T>
impl<I, V, T> UnwindSafe for Chain<I, V, T>
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