[−][src]Enum casperlabs_engine_shared::transform::Transform
Variants
Write(StoredValue)AddInt32(i32)AddUInt64(u64)AddUInt128(U128)AddUInt256(U256)AddUInt512(U512)Failure(Error)Implementations
impl Transform[src]
pub fn apply(self, stored_value: StoredValue) -> Result<StoredValue, Error>[src]
Trait Implementations
impl Add<Transform> for Transform[src]
type Output = Transform
The resulting type after applying the + operator.
fn add(self, other: Transform) -> Transform[src]
impl AddAssign<Transform> for Transform[src]
fn add_assign(&mut self, other: Self)[src]
impl Clone for Transform[src]
impl Debug for Transform[src]
impl Default for Transform[src]
impl Display for Transform[src]
impl Eq for Transform[src]
impl From<BTreeMap<String, Key>> for Transform[src]
impl From<Error> for Transform[src]
impl From<StoredValue> for Transform[src]
fn from(x: StoredValue) -> Self[src]
impl From<U128> for Transform[src]
impl From<U256> for Transform[src]
impl From<U512> for Transform[src]
impl From<i32> for Transform[src]
impl From<u64> for Transform[src]
impl PartialEq<Transform> for Transform[src]
impl StructuralEq for Transform[src]
impl StructuralPartialEq for Transform[src]
impl TryFrom<Transform> for StoredValue[src]
type Error = String
The type returned in the event of a conversion error.
fn try_from(t: Transform) -> Result<StoredValue, String>[src]
impl TryFrom<Transform> for i32[src]
type Error = String
The type returned in the event of a conversion error.
fn try_from(t: Transform) -> Result<i32, String>[src]
impl TryFrom<Transform> for u64[src]
type Error = String
The type returned in the event of a conversion error.
fn try_from(t: Transform) -> Result<u64, String>[src]
impl TryFrom<Transform> for U128[src]
type Error = String
The type returned in the event of a conversion error.
fn try_from(t: Transform) -> Result<U128, String>[src]
impl TryFrom<Transform> for U256[src]
type Error = String
The type returned in the event of a conversion error.
fn try_from(t: Transform) -> Result<U256, String>[src]
impl TryFrom<Transform> for U512[src]
type Error = String
The type returned in the event of a conversion error.
fn try_from(t: Transform) -> Result<U512, String>[src]
impl TryFrom<Transform> for BTreeMap<String, Key>[src]
type Error = String
The type returned in the event of a conversion error.
fn try_from(t: Transform) -> Result<BTreeMap<String, Key>, String>[src]
impl TryFrom<Transform> for Error[src]
Auto Trait Implementations
impl RefUnwindSafe for Transform
impl Send for Transform
impl Sync for Transform
impl Unpin for Transform
impl UnwindSafe for Transform
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
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> From<T> for T[src]
impl<T> FromBits<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
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> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
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<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,