Struct soroban_env_guest::xdr::next::BucketMetadata
pub struct BucketMetadata {
pub ledger_version: u32,
pub ext: BucketMetadataExt,
}
Fields§
§ledger_version: u32
§ext: BucketMetadataExt
Trait Implementations§
§impl Clone for BucketMetadata
impl Clone for BucketMetadata
§fn clone(&self) -> BucketMetadata
fn clone(&self) -> BucketMetadata
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 more§impl Debug for BucketMetadata
impl Debug for BucketMetadata
§impl Hash for BucketMetadata
impl Hash for BucketMetadata
§impl Ord for BucketMetadata
impl Ord for BucketMetadata
§impl PartialEq<BucketMetadata> for BucketMetadata
impl PartialEq<BucketMetadata> for BucketMetadata
§fn eq(&self, other: &BucketMetadata) -> bool
fn eq(&self, other: &BucketMetadata) -> bool
§impl PartialOrd<BucketMetadata> for BucketMetadata
impl PartialOrd<BucketMetadata> for BucketMetadata
§fn partial_cmp(&self, other: &BucketMetadata) -> Option<Ordering>
fn partial_cmp(&self, other: &BucketMetadata) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more