pub struct HelloCapture<Idx = usize>(/* private fields */);
Expand description
This is an empty placeholder-struct
Trait Implementations§
Source§impl<Idx: Clone> Clone for HelloCapture<Idx>
impl<Idx: Clone> Clone for HelloCapture<Idx>
Source§fn clone(&self) -> HelloCapture<Idx>
fn clone(&self) -> HelloCapture<Idx>
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<Idx: Debug> Debug for HelloCapture<Idx>
impl<Idx: Debug> Debug for HelloCapture<Idx>
Source§impl<Idx> Default for HelloCapture<Idx>
impl<Idx> Default for HelloCapture<Idx>
Source§impl<Idx: PartialEq> PartialEq for HelloCapture<Idx>
impl<Idx: PartialEq> PartialEq for HelloCapture<Idx>
impl<Idx: Eq> Eq for HelloCapture<Idx>
impl<Idx> StructuralPartialEq for HelloCapture<Idx>
Auto Trait Implementations§
impl<Idx> Freeze for HelloCapture<Idx>
impl<Idx> RefUnwindSafe for HelloCapture<Idx>where
Idx: RefUnwindSafe,
impl<Idx> Send for HelloCapture<Idx>where
Idx: Send,
impl<Idx> Sync for HelloCapture<Idx>where
Idx: Sync,
impl<Idx> Unpin for HelloCapture<Idx>where
Idx: Unpin,
impl<Idx> UnwindSafe for HelloCapture<Idx>where
Idx: 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