pub enum LiveCellIndexType {
LockHash,
TypeHash,
CodeHash,
}
Variants§
Trait Implementations§
Source§impl Clone for LiveCellIndexType
impl Clone for LiveCellIndexType
Source§fn clone(&self) -> LiveCellIndexType
fn clone(&self) -> LiveCellIndexType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LiveCellIndexType
impl Debug for LiveCellIndexType
Source§impl<'de> Deserialize<'de> for LiveCellIndexType
impl<'de> Deserialize<'de> for LiveCellIndexType
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
Source§impl Display for LiveCellIndexType
impl Display for LiveCellIndexType
Source§impl FromStr for LiveCellIndexType
impl FromStr for LiveCellIndexType
Auto Trait Implementations§
impl Freeze for LiveCellIndexType
impl RefUnwindSafe for LiveCellIndexType
impl Send for LiveCellIndexType
impl Sync for LiveCellIndexType
impl Unpin for LiveCellIndexType
impl UnwindSafe for LiveCellIndexType
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