pub struct PoolStorageIndex(/* private fields */);
Expand description
The index to a test case in the fuzzer’s storage.
Implementations§
Trait Implementations§
Source§impl Clone for PoolStorageIndex
impl Clone for PoolStorageIndex
Source§fn clone(&self) -> PoolStorageIndex
fn clone(&self) -> PoolStorageIndex
Returns a copy 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 PoolStorageIndex
impl Debug for PoolStorageIndex
Source§impl<'de> Deserialize<'de> for PoolStorageIndex
impl<'de> Deserialize<'de> for PoolStorageIndex
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 Hash for PoolStorageIndex
impl Hash for PoolStorageIndex
Source§impl PartialEq for PoolStorageIndex
impl PartialEq for PoolStorageIndex
Source§impl Serialize for PoolStorageIndex
impl Serialize for PoolStorageIndex
impl Copy for PoolStorageIndex
impl Eq for PoolStorageIndex
impl StructuralPartialEq for PoolStorageIndex
Auto Trait Implementations§
impl Freeze for PoolStorageIndex
impl RefUnwindSafe for PoolStorageIndex
impl Send for PoolStorageIndex
impl Sync for PoolStorageIndex
impl Unpin for PoolStorageIndex
impl UnwindSafe for PoolStorageIndex
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