pub struct ClosureIndex(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ClosureIndex
impl Clone for ClosureIndex
Source§fn clone(&self) -> ClosureIndex
fn clone(&self) -> ClosureIndex
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClosureIndex
Source§impl Debug for ClosureIndex
impl Debug for ClosureIndex
impl Eq for ClosureIndex
Source§impl Hash for ClosureIndex
impl Hash for ClosureIndex
Source§impl PartialEq for ClosureIndex
impl PartialEq for ClosureIndex
impl StructuralPartialEq for ClosureIndex
Auto Trait Implementations§
impl Freeze for ClosureIndex
impl RefUnwindSafe for ClosureIndex
impl Send for ClosureIndex
impl Sync for ClosureIndex
impl Unpin for ClosureIndex
impl UnsafeUnpin for ClosureIndex
impl UnwindSafe for ClosureIndex
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