pub struct PartitionOffset(pub u8);
Tuple Fields§
§0: u8
Trait Implementations§
Source§impl<X> Categorize<X> for PartitionOffsetwhere
X: CustomValueKind,
impl<X> Categorize<X> for PartitionOffsetwhere
X: CustomValueKind,
fn value_kind() -> ValueKind<X>
Source§impl Clone for PartitionOffset
impl Clone for PartitionOffset
Source§fn clone(&self) -> PartitionOffset
fn clone(&self) -> PartitionOffset
Returns a duplicate 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 PartitionOffset
impl Debug for PartitionOffset
Source§impl<D, X> Decode<X, D> for PartitionOffsetwhere
D: Decoder<X>,
X: CustomValueKind,
impl<D, X> Decode<X, D> for PartitionOffsetwhere
D: Decoder<X>,
X: CustomValueKind,
Source§fn decode_body_with_value_kind(
decoder: &mut D,
value_kind: ValueKind<X>,
) -> Result<PartitionOffset, DecodeError>
fn decode_body_with_value_kind( decoder: &mut D, value_kind: ValueKind<X>, ) -> Result<PartitionOffset, DecodeError>
Decodes the type from the decoder, which should match a preloaded value kind. Read more
Source§impl<C> Describe<C> for PartitionOffsetwhere
C: CustomTypeKind<RustTypeId>,
impl<C> Describe<C> for PartitionOffsetwhere
C: CustomTypeKind<RustTypeId>,
Source§const TYPE_ID: RustTypeId
const TYPE_ID: RustTypeId
The
TYPE_ID
should give a unique identifier for its SBOR schema type.
An SBOR schema type capture details about the SBOR payload, how it should be interpreted, validated and displayed. Read moreSource§fn type_data() -> TypeData<C, RustTypeId>
fn type_data() -> TypeData<C, RustTypeId>
Returns the local schema for the given type. Read more
Source§fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)
fn add_all_dependencies(aggregator: &mut TypeAggregator<C>)
For each type referenced in
get_local_type_data
, we need to ensure that the type and all of its own references
get added to the aggregator. Read moreSource§impl<E, X> Encode<X, E> for PartitionOffsetwhere
E: Encoder<X>,
X: CustomValueKind,
impl<E, X> Encode<X, E> for PartitionOffsetwhere
E: Encoder<X>,
X: CustomValueKind,
Source§fn encode_value_kind(&self, encoder: &mut E) -> Result<(), EncodeError>
fn encode_value_kind(&self, encoder: &mut E) -> Result<(), EncodeError>
Encodes the SBOR value’s kind to the encoder
Source§fn encode_body(&self, encoder: &mut E) -> Result<(), EncodeError>
fn encode_body(&self, encoder: &mut E) -> Result<(), EncodeError>
Encodes the SBOR body of the type to the encoder. Read more
Source§impl From<AccessControllerPartitionOffset> for PartitionOffset
impl From<AccessControllerPartitionOffset> for PartitionOffset
Source§fn from(value: AccessControllerPartitionOffset) -> Self
fn from(value: AccessControllerPartitionOffset) -> Self
Converts to this type from the input type.
Source§impl From<AccountLockerPartitionOffset> for PartitionOffset
impl From<AccountLockerPartitionOffset> for PartitionOffset
Source§fn from(value: AccountLockerPartitionOffset) -> Self
fn from(value: AccountLockerPartitionOffset) -> Self
Converts to this type from the input type.
Source§impl From<AccountPartitionOffset> for PartitionOffset
impl From<AccountPartitionOffset> for PartitionOffset
Source§fn from(value: AccountPartitionOffset) -> Self
fn from(value: AccountPartitionOffset) -> Self
Converts to this type from the input type.
Source§impl From<ComponentRoyaltyPartitionOffset> for PartitionOffset
impl From<ComponentRoyaltyPartitionOffset> for PartitionOffset
Source§fn from(value: ComponentRoyaltyPartitionOffset) -> Self
fn from(value: ComponentRoyaltyPartitionOffset) -> Self
Converts to this type from the input type.
Source§impl From<ConsensusManagerPartitionOffset> for PartitionOffset
impl From<ConsensusManagerPartitionOffset> for PartitionOffset
Source§fn from(value: ConsensusManagerPartitionOffset) -> Self
fn from(value: ConsensusManagerPartitionOffset) -> Self
Converts to this type from the input type.
Source§impl From<FungibleResourceManagerPartitionOffset> for PartitionOffset
impl From<FungibleResourceManagerPartitionOffset> for PartitionOffset
Source§fn from(value: FungibleResourceManagerPartitionOffset) -> Self
fn from(value: FungibleResourceManagerPartitionOffset) -> Self
Converts to this type from the input type.
Source§impl From<FungibleVaultPartitionOffset> for PartitionOffset
impl From<FungibleVaultPartitionOffset> for PartitionOffset
Source§fn from(value: FungibleVaultPartitionOffset) -> Self
fn from(value: FungibleVaultPartitionOffset) -> Self
Converts to this type from the input type.
Source§impl From<MetadataPartitionOffset> for PartitionOffset
impl From<MetadataPartitionOffset> for PartitionOffset
Source§fn from(value: MetadataPartitionOffset) -> Self
fn from(value: MetadataPartitionOffset) -> Self
Converts to this type from the input type.
Source§impl From<MultiResourcePoolPartitionOffset> for PartitionOffset
impl From<MultiResourcePoolPartitionOffset> for PartitionOffset
Source§fn from(value: MultiResourcePoolPartitionOffset) -> Self
fn from(value: MultiResourcePoolPartitionOffset) -> Self
Converts to this type from the input type.
Source§impl From<NonFungibleResourceManagerPartitionOffset> for PartitionOffset
impl From<NonFungibleResourceManagerPartitionOffset> for PartitionOffset
Source§fn from(value: NonFungibleResourceManagerPartitionOffset) -> Self
fn from(value: NonFungibleResourceManagerPartitionOffset) -> Self
Converts to this type from the input type.
Source§impl From<NonFungibleVaultPartitionOffset> for PartitionOffset
impl From<NonFungibleVaultPartitionOffset> for PartitionOffset
Source§fn from(value: NonFungibleVaultPartitionOffset) -> Self
fn from(value: NonFungibleVaultPartitionOffset) -> Self
Converts to this type from the input type.
Source§impl From<OneResourcePoolPartitionOffset> for PartitionOffset
impl From<OneResourcePoolPartitionOffset> for PartitionOffset
Source§fn from(value: OneResourcePoolPartitionOffset) -> Self
fn from(value: OneResourcePoolPartitionOffset) -> Self
Converts to this type from the input type.
Source§impl From<PackagePartitionOffset> for PartitionOffset
impl From<PackagePartitionOffset> for PartitionOffset
Source§fn from(value: PackagePartitionOffset) -> Self
fn from(value: PackagePartitionOffset) -> Self
Converts to this type from the input type.
Source§impl From<RoleAssignmentPartitionOffset> for PartitionOffset
impl From<RoleAssignmentPartitionOffset> for PartitionOffset
Source§fn from(value: RoleAssignmentPartitionOffset) -> Self
fn from(value: RoleAssignmentPartitionOffset) -> Self
Converts to this type from the input type.
Source§impl From<TwoResourcePoolPartitionOffset> for PartitionOffset
impl From<TwoResourcePoolPartitionOffset> for PartitionOffset
Source§fn from(value: TwoResourcePoolPartitionOffset) -> Self
fn from(value: TwoResourcePoolPartitionOffset) -> Self
Converts to this type from the input type.
Source§impl From<ValidatorPartitionOffset> for PartitionOffset
impl From<ValidatorPartitionOffset> for PartitionOffset
Source§fn from(value: ValidatorPartitionOffset) -> Self
fn from(value: ValidatorPartitionOffset) -> Self
Converts to this type from the input type.
Source§impl Hash for PartitionOffset
impl Hash for PartitionOffset
Source§impl Ord for PartitionOffset
impl Ord for PartitionOffset
Source§fn cmp(&self, other: &PartitionOffset) -> Ordering
fn cmp(&self, other: &PartitionOffset) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PartitionOffset
impl PartialEq for PartitionOffset
Source§impl PartialOrd for PartitionOffset
impl PartialOrd for PartitionOffset
Source§impl<X> SborTuple<X> for PartitionOffsetwhere
X: CustomValueKind,
impl<X> SborTuple<X> for PartitionOffsetwhere
X: CustomValueKind,
fn get_length(&self) -> usize
impl Copy for PartitionOffset
impl Eq for PartitionOffset
impl StructuralPartialEq for PartitionOffset
Auto Trait Implementations§
impl Freeze for PartitionOffset
impl RefUnwindSafe for PartitionOffset
impl Send for PartitionOffset
impl Sync for PartitionOffset
impl Unpin for PartitionOffset
impl UnwindSafe for PartitionOffset
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<T, U> ContextualTryInto<U> for Twhere
U: ContextualTryFrom<T>,
impl<T, U> ContextualTryInto<U> for Twhere
U: ContextualTryFrom<T>,
type Error = <U as ContextualTryFrom<T>>::Error
type Context = <U as ContextualTryFrom<T>>::Context
fn contextual_try_into( self, context: &<U as ContextualTryFrom<T>>::Context, ) -> Result<U, <U as ContextualTryFrom<T>>::Error>
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.