Struct oasis_contract_sdk_storage::map::Int
source · pub struct Int<I: Integer> { /* private fields */ }
Expand description
An integer in big-endian representation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<I> Freeze for Int<I>
impl<I> RefUnwindSafe for Int<I>
impl<I> Send for Int<I>
impl<I> Sync for Int<I>
impl<I> Unpin for Int<I>
impl<I> UnwindSafe for Int<I>
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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