pub struct SignedValue(/* private fields */);
Expand description
A generic signed value for stream recording purposes
Trait Implementations§
Source§impl From<i128> for SignedValue
impl From<i128> for SignedValue
Source§impl From<i16> for SignedValue
impl From<i16> for SignedValue
Source§impl From<i32> for SignedValue
impl From<i32> for SignedValue
Source§impl From<i64> for SignedValue
impl From<i64> for SignedValue
Auto Trait Implementations§
impl Freeze for SignedValue
impl RefUnwindSafe for SignedValue
impl Send for SignedValue
impl Sync for SignedValue
impl Unpin for SignedValue
impl UnwindSafe for SignedValue
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more