pub struct LiveCell {
pub output: CellOutput,
pub output_data: Bytes,
pub out_point: OutPoint,
pub block_number: u64,
pub tx_index: u32,
}Fields
output: CellOutputoutput_data: Bytesout_point: OutPointblock_number: u64tx_index: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LiveCell
impl Send for LiveCell
impl Sync for LiveCell
impl Unpin for LiveCell
impl UnwindSafe for LiveCell
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more