pub struct BlobBlockWithSize {
pub block_list_type: BlobBlockType,
pub size_in_bytes: u64,
}
Fields§
§block_list_type: BlobBlockType
§size_in_bytes: u64
Trait Implementations§
source§impl Clone for BlobBlockWithSize
impl Clone for BlobBlockWithSize
source§fn clone(&self) -> BlobBlockWithSize
fn clone(&self) -> BlobBlockWithSize
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 BlobBlockWithSize
impl Debug for BlobBlockWithSize
source§impl PartialEq for BlobBlockWithSize
impl PartialEq for BlobBlockWithSize
impl Eq for BlobBlockWithSize
impl StructuralPartialEq for BlobBlockWithSize
Auto Trait Implementations§
impl !Freeze for BlobBlockWithSize
impl RefUnwindSafe for BlobBlockWithSize
impl Send for BlobBlockWithSize
impl Sync for BlobBlockWithSize
impl Unpin for BlobBlockWithSize
impl UnwindSafe for BlobBlockWithSize
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§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
)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.