Struct rgbstd::persistence::stock::ContractIndex
source · 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 StrictDecode for ContractIndex
impl StrictDecode for ContractIndex
fn strict_decode(reader: &mut impl TypedRead) -> Result<Self, DecodeError>
source§impl StrictDumb for ContractIndex
impl StrictDumb for ContractIndex
fn strict_dumb() -> Self
source§impl StrictEncode for ContractIndex
impl StrictEncode for ContractIndex
fn strict_encode<W: TypedWrite>(&self, writer: W) -> Result<W>
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 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