pub struct ParamIndex(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for ParamIndex
impl Clone for ParamIndex
Source§fn clone(&self) -> ParamIndex
fn clone(&self) -> ParamIndex
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 ParamIndex
impl Debug for ParamIndex
impl Copy for ParamIndex
Auto Trait Implementations§
impl Freeze for ParamIndex
impl RefUnwindSafe for ParamIndex
impl Send for ParamIndex
impl Sync for ParamIndex
impl Unpin for ParamIndex
impl UnwindSafe for ParamIndex
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