Enum ckb_std::ckb_constants::CellField
source · #[repr(u64)]pub enum CellField {
Capacity,
DataHash,
Lock,
LockHash,
Type,
TypeHash,
OccupiedCapacity,
}Variants§
Trait Implementations§
source§impl PartialEq<CellField> for CellField
impl PartialEq<CellField> for CellField
impl Copy for CellField
impl Eq for CellField
impl StructuralEq for CellField
impl StructuralPartialEq for CellField
Auto Trait Implementations§
impl RefUnwindSafe for CellField
impl Send for CellField
impl Sync for CellField
impl Unpin for CellField
impl UnwindSafe for CellField
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