Struct rgbstd::persistence::stock::IndexedBundle
source · pub struct IndexedBundle(_, _);Trait Implementations§
source§impl Clone for IndexedBundle
impl Clone for IndexedBundle
source§fn clone(&self) -> IndexedBundle
fn clone(&self) -> IndexedBundle
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 IndexedBundle
impl Debug for IndexedBundle
source§impl PartialEq<IndexedBundle> for IndexedBundle
impl PartialEq<IndexedBundle> for IndexedBundle
source§fn eq(&self, other: &IndexedBundle) -> bool
fn eq(&self, other: &IndexedBundle) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl StrictDecode for IndexedBundle
impl StrictDecode for IndexedBundle
fn strict_decode(reader: &mut impl TypedRead) -> Result<Self, DecodeError>
source§impl StrictDumb for IndexedBundle
impl StrictDumb for IndexedBundle
fn strict_dumb() -> Self
source§impl StrictEncode for IndexedBundle
impl StrictEncode for IndexedBundle
fn strict_encode<W: TypedWrite>(&self, writer: W) -> Result<W>
source§impl StrictTuple for IndexedBundle
impl StrictTuple for IndexedBundle
const FIELD_COUNT: u8 = 2u8
fn strict_check_fields()
fn strict_type_info() -> TypeInfo<Self>
source§impl StrictType for IndexedBundle
impl StrictType for IndexedBundle
const STRICT_LIB_NAME: &'static str = LIB_NAME_RGB_STD
fn strict_name() -> Option<TypeName>
impl Eq for IndexedBundle
impl StrictProduct for IndexedBundle
impl StructuralEq for IndexedBundle
impl StructuralPartialEq for IndexedBundle
Auto Trait Implementations§
impl RefUnwindSafe for IndexedBundle
impl Send for IndexedBundle
impl Sync for IndexedBundle
impl Unpin for IndexedBundle
impl UnwindSafe for IndexedBundle
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<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.