Struct SignedValue
struct SignedValue(_)
A generic signed value for stream recording purposes
Implementations
impl Freeze for SignedValue
impl From for SignedValue
fn from(v: i32) -> Self
impl From for SignedValue
fn from(v: i16) -> Self
impl From for SignedValue
fn from(v: i128) -> Self
impl From for SignedValue
fn from(v: i8) -> Self
impl From for SignedValue
fn from(v: i64) -> Self
impl RefUnwindSafe for SignedValue
impl Send for SignedValue
impl Sync for SignedValue
impl Unpin for SignedValue
impl UnsafeUnpin for SignedValue
impl UnwindSafe for SignedValue
impl<T> Any for SignedValue
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for SignedValue
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for SignedValue
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for SignedValue
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for SignedValue
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for SignedValue
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for SignedValue
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>