pub struct IndexWrapper { /* private fields */ }Expand description
Represents a wrapper struct that encodes the fact that a given pointer should implement indexed
Implementations§
Source§impl IndexWrapper
impl IndexWrapper
Trait Implementations§
Source§impl Clone for IndexWrapper
impl Clone for IndexWrapper
Source§fn clone(&self) -> IndexWrapper
fn clone(&self) -> IndexWrapper
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 Debug for IndexWrapper
impl Debug for IndexWrapper
Source§impl Display for IndexWrapper
impl Display for IndexWrapper
Source§impl From<Expr> for IndexWrapper
impl From<Expr> for IndexWrapper
Auto Trait Implementations§
impl Freeze for IndexWrapper
impl RefUnwindSafe for IndexWrapper
impl !Send for IndexWrapper
impl !Sync for IndexWrapper
impl Unpin for IndexWrapper
impl UnwindSafe for IndexWrapper
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