pub enum BlockType {
BlockOB = 56,
BlockDB = 65,
BlockSDB = 66,
BlockFC = 67,
BlockSFC = 68,
BlockFB = 69,
BlockSFB = 70,
}
Expand description
区块类型
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlockType
impl RefUnwindSafe for BlockType
impl Send for BlockType
impl Sync for BlockType
impl Unpin for BlockType
impl UnwindSafe for BlockType
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