Struct rgbstd::contract::GlobalState  
source · pub struct GlobalState(_);Implementations§
source§impl GlobalState
 
impl GlobalState
pub fn add_state(&mut self, ty: u16, state: RevealedData) -> Result<(), Error>
pub fn extend_state( &mut self, ty: u16, iter: impl IntoIterator<Item = RevealedData> ) -> Result<(), Error>
Trait Implementations§
source§impl AsMut<<GlobalState as Wrapper>::Inner> for GlobalState
 
impl AsMut<<GlobalState as Wrapper>::Inner> for GlobalState
source§impl AsRef<<GlobalState as Wrapper>::Inner> for GlobalState
 
impl AsRef<<GlobalState as Wrapper>::Inner> for GlobalState
source§impl Borrow<<GlobalState as Wrapper>::Inner> for GlobalState
 
impl Borrow<<GlobalState as Wrapper>::Inner> for GlobalState
source§impl BorrowMut<<GlobalState as Wrapper>::Inner> for GlobalState
 
impl BorrowMut<<GlobalState as Wrapper>::Inner> for GlobalState
source§fn borrow_mut(&mut self) -> &mut <GlobalState as Wrapper>::Inner
 
fn borrow_mut(&mut self) -> &mut <GlobalState as Wrapper>::Inner
Mutably borrows from an owned value. Read more
source§impl Clone for GlobalState
 
impl Clone for GlobalState
source§fn clone(&self) -> GlobalState
 
fn clone(&self) -> GlobalState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl CommitStrategy for GlobalState
 
impl CommitStrategy for GlobalState
source§impl Debug for GlobalState
 
impl Debug for GlobalState
source§impl Default for GlobalState
 
impl Default for GlobalState
source§fn default() -> GlobalState
 
fn default() -> GlobalState
Returns the “default value” for a type. Read more
source§impl Deref for GlobalState
 
impl Deref for GlobalState
source§impl DerefMut for GlobalState
 
impl DerefMut for GlobalState
source§impl<'de> Deserialize<'de> for GlobalState
 
impl<'de> Deserialize<'de> for GlobalState
source§fn deserialize<__D>(
    __deserializer: __D
) -> Result<GlobalState, <__D as Deserializer<'de>>::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>( __deserializer: __D ) -> Result<GlobalState, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<Confined<BTreeMap<u16, GlobalValues, Global>, amplify::::collection::confinement::TinyOrdMap::{constant#0}, amplify::::collection::confinement::TinyOrdMap::{constant#1}>> for GlobalState
 
impl From<Confined<BTreeMap<u16, GlobalValues, Global>, amplify::::collection::confinement::TinyOrdMap::{constant#0}, amplify::::collection::confinement::TinyOrdMap::{constant#1}>> for GlobalState
source§fn from(
    v: Confined<BTreeMap<u16, GlobalValues, Global>, amplify::::collection::confinement::TinyOrdMap::{constant#0}, amplify::::collection::confinement::TinyOrdMap::{constant#1}>
) -> GlobalState
 
fn from( v: Confined<BTreeMap<u16, GlobalValues, Global>, amplify::::collection::confinement::TinyOrdMap::{constant#0}, amplify::::collection::confinement::TinyOrdMap::{constant#1}> ) -> GlobalState
Converts to this type from the input type.
source§impl From<GlobalState> for Confined<BTreeMap<u16, GlobalValues, Global>, amplify::::collection::confinement::TinyOrdMap::{constant#0}, amplify::::collection::confinement::TinyOrdMap::{constant#1}>
 
impl From<GlobalState> for Confined<BTreeMap<u16, GlobalValues, Global>, amplify::::collection::confinement::TinyOrdMap::{constant#0}, amplify::::collection::confinement::TinyOrdMap::{constant#1}>
source§fn from(
    wrapped: GlobalState
) -> Confined<BTreeMap<u16, GlobalValues, Global>, amplify::::collection::confinement::TinyOrdMap::{constant#0}, amplify::::collection::confinement::TinyOrdMap::{constant#1}>
 
fn from( wrapped: GlobalState ) -> Confined<BTreeMap<u16, GlobalValues, Global>, amplify::::collection::confinement::TinyOrdMap::{constant#0}, amplify::::collection::confinement::TinyOrdMap::{constant#1}>
Converts to this type from the input type.
source§impl Hash for GlobalState
 
impl Hash for GlobalState
source§impl<'a> IntoIterator for &'a GlobalState
 
impl<'a> IntoIterator for &'a GlobalState
§type Item = (&'a u16, &'a GlobalValues)
 
type Item = (&'a u16, &'a GlobalValues)
The type of the elements being iterated over.
§type IntoIter = Iter<'a, u16, GlobalValues>
 
type IntoIter = Iter<'a, u16, GlobalValues>
Which kind of iterator are we turning this into?
source§fn into_iter(self) -> <&'a GlobalState as IntoIterator>::IntoIter
 
fn into_iter(self) -> <&'a GlobalState as IntoIterator>::IntoIter
Creates an iterator from a value. Read more
source§impl PartialEq<GlobalState> for GlobalState
 
impl PartialEq<GlobalState> for GlobalState
source§fn eq(&self, other: &GlobalState) -> bool
 
fn eq(&self, other: &GlobalState) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for GlobalState
 
impl Serialize for GlobalState
source§fn serialize<__S>(
    &self,
    __serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
    __S: Serializer,
 
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
source§impl StrictDecode for GlobalState
 
impl StrictDecode for GlobalState
fn strict_decode( reader: &mut impl TypedRead ) -> Result<GlobalState, DecodeError>
fn strict_read(lim: usize, reader: impl Read) -> Result<Self, DecodeError>
source§impl StrictEncode for GlobalState
 
impl StrictEncode for GlobalState
fn strict_encode<W>(&self, writer: W) -> Result<W, Error>where W: TypedWrite,
fn strict_write(&self, lim: usize, writer: impl Write) -> Result<usize, Error>
source§impl StrictTuple for GlobalState
 
impl StrictTuple for GlobalState
const FIELD_COUNT: u8 = 1u8
fn strict_check_fields()
fn strict_type_info() -> TypeInfo<Self>
source§impl StrictType for GlobalState
 
impl StrictType for GlobalState
const STRICT_LIB_NAME: &'static str = LIB_NAME_RGB
fn strict_name() -> Option<TypeName>
source§impl Wrapper for GlobalState
 
impl Wrapper for GlobalState
§type Inner = Confined<BTreeMap<u16, GlobalValues, Global>, amplify::::collection::confinement::TinyOrdMap::{constant#0}, amplify::::collection::confinement::TinyOrdMap::{constant#1}>
 
type Inner = Confined<BTreeMap<u16, GlobalValues, Global>, amplify::::collection::confinement::TinyOrdMap::{constant#0}, amplify::::collection::confinement::TinyOrdMap::{constant#1}>
Inner type wrapped by the current newtype
source§fn from_inner(inner: <GlobalState as Wrapper>::Inner) -> GlobalState
 
fn from_inner(inner: <GlobalState as Wrapper>::Inner) -> GlobalState
Instantiates wrapper type with the inner data
source§fn as_inner(&self) -> &<GlobalState as Wrapper>::Inner
 
fn as_inner(&self) -> &<GlobalState as Wrapper>::Inner
Returns reference to the inner representation for the wrapper type
source§fn into_inner(self) -> <GlobalState as Wrapper>::Inner
 
fn into_inner(self) -> <GlobalState as Wrapper>::Inner
Unwraps the wrapper returning the inner type
source§impl WrapperMut for GlobalState
 
impl WrapperMut for GlobalState
source§fn as_inner_mut(&mut self) -> &mut <GlobalState as Wrapper>::Inner
 
fn as_inner_mut(&mut self) -> &mut <GlobalState as Wrapper>::Inner
Returns a mutable reference to the inner representation for the wrapper
type
impl Eq for GlobalState
impl StrictProduct for GlobalState
impl StructuralEq for GlobalState
impl StructuralPartialEq for GlobalState
Auto Trait Implementations§
impl RefUnwindSafe for GlobalState
impl Send for GlobalState
impl Sync for GlobalState
impl Unpin for GlobalState
impl UnwindSafe for GlobalState
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
source§impl<T> CommitEncode for Twhere
    T: CommitStrategy,
    Holder<&'a T, <T as CommitStrategy>::Strategy>: for<'a> CommitEncode,
 
impl<T> CommitEncode for Twhere T: CommitStrategy, Holder<&'a T, <T as CommitStrategy>::Strategy>: for<'a> CommitEncode,
source§fn commit_encode(&self, e: &mut impl Write)
 
fn commit_encode(&self, e: &mut impl Write)
Encodes the data for the commitment by writing them directly into a
io::Write writer instance§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.