pub struct ContractIndex { /* private fields */ }Trait Implementations§
Source§impl Clone for ContractIndex
impl Clone for ContractIndex
Source§fn clone(&self) -> ContractIndex
fn clone(&self) -> ContractIndex
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 Debug for ContractIndex
impl Debug for ContractIndex
Source§impl Default for ContractIndex
impl Default for ContractIndex
Source§fn default() -> ContractIndex
fn default() -> ContractIndex
Returns the “default value” for a type. Read more
Source§impl StrictDecode for ContractIndex
impl StrictDecode for ContractIndex
fn strict_decode(reader: &mut impl TypedRead) -> Result<Self, DecodeError>
fn strict_read(lim: usize, reader: impl Read) -> Result<Self, DecodeError>
Source§impl StrictEncode for ContractIndex
impl StrictEncode for ContractIndex
fn strict_encode<W: TypedWrite>(&self, writer: W) -> Result<W>
fn strict_write(&self, lim: usize, writer: impl Write) -> Result<usize, Error>
Source§impl StrictStruct for ContractIndex
impl StrictStruct for ContractIndex
const ALL_FIELDS: &'static [&'static str]
fn strict_check_fields()
fn strict_type_info() -> TypeInfo<Self>
Source§impl StrictType for ContractIndex
impl StrictType for ContractIndex
const STRICT_LIB_NAME: &'static str = LIB_NAME_RGB_STD
fn strict_name() -> Option<TypeName>
impl StrictProduct for ContractIndex
Auto Trait Implementations§
impl Freeze for ContractIndex
impl RefUnwindSafe for ContractIndex
impl Send for ContractIndex
impl Sync for ContractIndex
impl Unpin for ContractIndex
impl UnwindSafe for ContractIndex
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