Struct matrix_sdk_common::linked_chunk::ChunkIdentifier
source · pub struct ChunkIdentifier(/* private fields */);
Expand description
The unique identifier of a chunk in a LinkedChunk
.
It is not the position of the chunk, just its unique identifier.
Learn more with [ChunkIdentifierGenerator
].
Trait Implementations§
source§impl Clone for ChunkIdentifier
impl Clone for ChunkIdentifier
source§fn clone(&self) -> ChunkIdentifier
fn clone(&self) -> ChunkIdentifier
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 ChunkIdentifier
impl Debug for ChunkIdentifier
source§impl PartialEq<u64> for ChunkIdentifier
impl PartialEq<u64> for ChunkIdentifier
source§impl PartialEq for ChunkIdentifier
impl PartialEq for ChunkIdentifier
source§fn eq(&self, other: &ChunkIdentifier) -> bool
fn eq(&self, other: &ChunkIdentifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ChunkIdentifier
impl StructuralPartialEq for ChunkIdentifier
Auto Trait Implementations§
impl Freeze for ChunkIdentifier
impl RefUnwindSafe for ChunkIdentifier
impl Send for ChunkIdentifier
impl Sync for ChunkIdentifier
impl Unpin for ChunkIdentifier
impl UnwindSafe for ChunkIdentifier
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CompatExt for T
impl<T> CompatExt for T
source§impl<T, UT> HandleAlloc<UT> for T
impl<T, UT> HandleAlloc<UT> for T
source§fn consume_handle(handle: Handle) -> Arc<T>
fn consume_handle(handle: Handle) -> Arc<T>
Consume a handle, getting back the initial
Arc<>