Struct lib_flutter_rust_bridge_codegen::utils::BlockIndex
source · pub struct BlockIndex(pub usize);
Tuple Fields§
§0: usize
Implementations§
source§impl BlockIndex
impl BlockIndex
pub const PRIMARY: BlockIndex = _
Trait Implementations§
source§impl Clone for BlockIndex
impl Clone for BlockIndex
source§fn clone(&self) -> BlockIndex
fn clone(&self) -> BlockIndex
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 BlockIndex
impl Debug for BlockIndex
source§impl Display for BlockIndex
impl Display for BlockIndex
source§impl PartialEq<BlockIndex> for BlockIndex
impl PartialEq<BlockIndex> for BlockIndex
source§fn eq(&self, other: &BlockIndex) -> bool
fn eq(&self, other: &BlockIndex) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for BlockIndex
impl Serialize for BlockIndex
impl Copy for BlockIndex
impl Eq for BlockIndex
impl StructuralEq for BlockIndex
impl StructuralPartialEq for BlockIndex
Auto Trait Implementations§
impl RefUnwindSafe for BlockIndex
impl Send for BlockIndex
impl Sync for BlockIndex
impl Unpin for BlockIndex
impl UnwindSafe for BlockIndex
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.