pub struct CellIndex {
pub tx_index: u32,
pub output_index: u32,
}
Fields§
§tx_index: u32
§output_index: u32
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CellIndex
impl<'de> Deserialize<'de> for CellIndex
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for CellIndex
impl Eq for CellIndex
impl StructuralPartialEq for CellIndex
Auto Trait Implementations§
impl Freeze for CellIndex
impl RefUnwindSafe for CellIndex
impl Send for CellIndex
impl Sync for CellIndex
impl Unpin for CellIndex
impl UnwindSafe for CellIndex
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