[−][src]Struct bm_le::CompactRef
Indicate that the current value should be serialized and deserialized in Compact format. Reference form.
Trait Implementations
impl<'a, T, L: ArrayLength<T>> IntoTree for CompactRef<'a, GenericArray<T, L>> where
ElementalFixedVecRef<'b, T>: IntoCompactVectorTree, [src]
ElementalFixedVecRef<'b, T>: IntoCompactVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<'a, T, L: Unsigned> IntoTree for CompactRef<'a, VecArray<T, L>> where
ElementalFixedVecRef<'b, T>: IntoCompactVectorTree, [src]
ElementalFixedVecRef<'b, T>: IntoCompactVectorTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<'a, T, ML: Unsigned> IntoTree for CompactRef<'a, MaxVec<T, ML>> where
ElementalVariableVecRef<'b, T>: IntoCompactListTree, [src]
ElementalVariableVecRef<'b, T>: IntoCompactListTree,
fn into_tree<DB: WriteBackend>(
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct, [src]
&self,
db: &mut DB
) -> Result<ValueOf<DB::Construct>, Error<DB::Error>> where
DB::Construct: CompatibleConstruct,
impl<'a, T: PartialEq> PartialEq<CompactRef<'a, T>> for CompactRef<'a, T>[src]
fn eq(&self, other: &CompactRef<'a, T>) -> bool[src]
fn ne(&self, other: &CompactRef<'a, T>) -> bool[src]
impl<'a, T: Eq> Eq for CompactRef<'a, T>[src]
impl<'a, T: Debug> Debug for CompactRef<'a, T>[src]
Auto Trait Implementations
impl<'a, T> Unpin for CompactRef<'a, T>
impl<'a, T> Sync for CompactRef<'a, T> where
T: Sync,
T: Sync,
impl<'a, T> Send for CompactRef<'a, T> where
T: Sync,
T: Sync,
impl<'a, T> RefUnwindSafe for CompactRef<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T> UnwindSafe for CompactRef<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
Blanket Implementations
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> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
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