[−][src]Struct bm_le::ElementalVariableVecRef
Variable Vec reference. In ssz's definition, this is a "list".
Trait Implementations
impl<'a, T> IntoCompositeListTree for ElementalVariableVecRef<'a, T> where
ElementalFixedVecRef<'b, T>: IntoCompositeVectorTree, [src]
ElementalFixedVecRef<'b, T>: IntoCompositeVectorTree,
fn into_composite_list_tree<DB: WriteBackend>(
&self,
db: &mut DB,
max_len: Option<u64>
) -> Result<<DB::Construct as Construct>::Value, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB,
max_len: Option<u64>
) -> Result<<DB::Construct as Construct>::Value, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<'a> IntoCompactListTree for ElementalVariableVecRef<'a, bool>[src]
fn into_compact_list_tree<DB: WriteBackend>(
&self,
db: &mut DB,
max_len: Option<u64>
) -> Result<<DB::Construct as Construct>::Value, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB,
max_len: Option<u64>
) -> Result<<DB::Construct as Construct>::Value, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<'a> IntoCompactListTree for ElementalVariableVecRef<'a, u8>[src]
fn into_compact_list_tree<DB: WriteBackend>(
&self,
db: &mut DB,
max_len: Option<u64>
) -> Result<<DB::Construct as Construct>::Value, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB,
max_len: Option<u64>
) -> Result<<DB::Construct as Construct>::Value, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<'a> IntoCompactListTree for ElementalVariableVecRef<'a, u16>[src]
fn into_compact_list_tree<DB: WriteBackend>(
&self,
db: &mut DB,
max_len: Option<u64>
) -> Result<<DB::Construct as Construct>::Value, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB,
max_len: Option<u64>
) -> Result<<DB::Construct as Construct>::Value, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<'a> IntoCompactListTree for ElementalVariableVecRef<'a, u32>[src]
fn into_compact_list_tree<DB: WriteBackend>(
&self,
db: &mut DB,
max_len: Option<u64>
) -> Result<<DB::Construct as Construct>::Value, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB,
max_len: Option<u64>
) -> Result<<DB::Construct as Construct>::Value, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<'a> IntoCompactListTree for ElementalVariableVecRef<'a, u64>[src]
fn into_compact_list_tree<DB: WriteBackend>(
&self,
db: &mut DB,
max_len: Option<u64>
) -> Result<<DB::Construct as Construct>::Value, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB,
max_len: Option<u64>
) -> Result<<DB::Construct as Construct>::Value, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<'a> IntoCompactListTree for ElementalVariableVecRef<'a, u128>[src]
fn into_compact_list_tree<DB: WriteBackend>(
&self,
db: &mut DB,
max_len: Option<u64>
) -> Result<<DB::Construct as Construct>::Value, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB,
max_len: Option<u64>
) -> Result<<DB::Construct as Construct>::Value, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<'a> IntoCompactListTree for ElementalVariableVecRef<'a, U256>[src]
fn into_compact_list_tree<DB: WriteBackend>(
&self,
db: &mut DB,
max_len: Option<u64>
) -> Result<<DB::Construct as Construct>::Value, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB,
max_len: Option<u64>
) -> Result<<DB::Construct as Construct>::Value, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<'a, T: Clone> Clone for ElementalVariableVecRef<'a, T>[src]
fn clone(&self) -> ElementalVariableVecRef<'a, T>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<'a, T: PartialEq> PartialEq<ElementalVariableVecRef<'a, T>> for ElementalVariableVecRef<'a, T>[src]
fn eq(&self, other: &ElementalVariableVecRef<'a, T>) -> bool[src]
fn ne(&self, other: &ElementalVariableVecRef<'a, T>) -> bool[src]
impl<'a, T: Eq> Eq for ElementalVariableVecRef<'a, T>[src]
impl<'a, T: Debug> Debug for ElementalVariableVecRef<'a, T>[src]
Auto Trait Implementations
impl<'a, T> Sync for ElementalVariableVecRef<'a, T> where
T: Sync,
T: Sync,
impl<'a, T> Send for ElementalVariableVecRef<'a, T> where
T: Sync,
T: Sync,
impl<'a, T> Unpin for ElementalVariableVecRef<'a, T>
impl<'a, T> RefUnwindSafe for ElementalVariableVecRef<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T> UnwindSafe for ElementalVariableVecRef<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self