pub enum CodeHashType {
Data = 2,
Type = 4,
}Expand description
Code Hash Type
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CodeHashType
impl Clone for CodeHashType
Source§fn clone(&self) -> CodeHashType
fn clone(&self) -> CodeHashType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CodeHashType
impl Debug for CodeHashType
Source§impl PartialEq for CodeHashType
impl PartialEq for CodeHashType
impl Copy for CodeHashType
impl Eq for CodeHashType
impl StructuralPartialEq for CodeHashType
Auto Trait Implementations§
impl Freeze for CodeHashType
impl RefUnwindSafe for CodeHashType
impl Send for CodeHashType
impl Sync for CodeHashType
impl Unpin for CodeHashType
impl UnwindSafe for CodeHashType
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