pub struct BackingChunkIdentity { /* private fields */ }Implementations§
Source§impl BackingChunkIdentity
impl BackingChunkIdentity
pub fn pool_id(&self) -> &DynamicBackingPoolId
pub const fn ordinal(&self) -> u32
pub const fn generation(&self) -> u64
Trait Implementations§
Source§impl Clone for BackingChunkIdentity
impl Clone for BackingChunkIdentity
Source§fn clone(&self) -> BackingChunkIdentity
fn clone(&self) -> BackingChunkIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BackingChunkIdentity
impl Debug for BackingChunkIdentity
impl Eq for BackingChunkIdentity
Source§impl Ord for BackingChunkIdentity
impl Ord for BackingChunkIdentity
Source§fn cmp(&self, other: &BackingChunkIdentity) -> Ordering
fn cmp(&self, other: &BackingChunkIdentity) -> Ordering
1.21.0 (const: unstable) · 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 BackingChunkIdentity
impl PartialEq for BackingChunkIdentity
Source§impl PartialOrd for BackingChunkIdentity
impl PartialOrd for BackingChunkIdentity
Source§impl Serialize for BackingChunkIdentity
impl Serialize for BackingChunkIdentity
impl StructuralPartialEq for BackingChunkIdentity
Auto Trait Implementations§
impl Freeze for BackingChunkIdentity
impl RefUnwindSafe for BackingChunkIdentity
impl Send for BackingChunkIdentity
impl Sync for BackingChunkIdentity
impl Unpin for BackingChunkIdentity
impl UnsafeUnpin for BackingChunkIdentity
impl UnwindSafe for BackingChunkIdentity
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