pub struct OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>{ /* private fields */ }Implementations§
Source§impl<T, OpT, IdT, U, OpU, IdU, Act> OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
impl<T, OpT, IdT, U, OpU, IdU, Act> OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
Trait Implementations§
Source§impl<T: Clone, OpT, IdT, U: Clone, OpU, IdU, Act> Clone for OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
impl<T: Clone, OpT, IdT, U: Clone, OpU, IdU, Act> Clone for OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
Source§fn clone(&self) -> OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
fn clone(&self) -> OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
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<T: Debug, OpT, IdT, U: Debug, OpU, IdU, Act> Debug for OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
impl<T: Debug, OpT, IdT, U: Debug, OpU, IdU, Act> Debug for OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
Source§impl<T: Default, OpT, IdT, U: Default, OpU, IdU, Act> Default for OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
impl<T: Default, OpT, IdT, U: Default, OpU, IdU, Act> Default for OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
Source§fn default() -> OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
fn default() -> OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
Returns the “default value” for a type. Read more
Source§impl<T, OpT, IdT, U, OpU, IdU, Act> MonoidAction for OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
impl<T, OpT, IdT, U, OpU, IdU, Act> MonoidAction for OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
impl<T: Copy, OpT, IdT, U: Copy, OpU, IdU, Act> Copy for OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
Auto Trait Implementations§
impl<T, OpT, IdT, U, OpU, IdU, Act> Freeze for OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
impl<T, OpT, IdT, U, OpU, IdU, Act> RefUnwindSafe for OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>where
Act: RefUnwindSafe,
OpU: RefUnwindSafe,
IdU: RefUnwindSafe,
OpT: RefUnwindSafe,
IdT: RefUnwindSafe,
impl<T, OpT, IdT, U, OpU, IdU, Act> Send for OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
impl<T, OpT, IdT, U, OpU, IdU, Act> Sync for OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
impl<T, OpT, IdT, U, OpU, IdU, Act> Unpin for OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
impl<T, OpT, IdT, U, OpU, IdU, Act> UnsafeUnpin for OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
impl<T, OpT, IdT, U, OpU, IdU, Act> UnwindSafe for OpClosureOnOpClosure<T, OpT, IdT, U, OpU, IdU, Act>
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