pub struct CallIndex(/* private fields */);Expand description
A call index. This is its own type to avoid confusion.
For information about call indices, see Wire.
Trait Implementations§
impl Copy for CallIndex
impl Eq for CallIndex
impl StructuralPartialEq for CallIndex
Auto Trait Implementations§
impl Freeze for CallIndex
impl RefUnwindSafe for CallIndex
impl Send for CallIndex
impl Sync for CallIndex
impl Unpin for CallIndex
impl UnwindSafe for CallIndex
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