Enum ckb_std::ckb_constants::CellField
source · [−]#[repr(u64)]
pub enum CellField {
Capacity,
DataHash,
Lock,
LockHash,
Type,
TypeHash,
OccupiedCapacity,
}Variants
Capacity
DataHash
Lock
LockHash
Type
TypeHash
OccupiedCapacity
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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