pub struct BlockId(/* private fields */);
Expand description
Struct wrapping the bytes of a block blob block-id,
A block id cannot exceed 64 bytes before encoding. In addition all block id’s in a block list must be the same length. Reference: https://learn.microsoft.com/en-us/rest/api/storageservices/put-block#uri-parameters
Implementations§
Trait Implementations§
source§impl AppendToUrlQuery for BlockId
impl AppendToUrlQuery for BlockId
fn append_to_url_query(&self, url: &mut Url)
impl Eq for BlockId
impl StructuralPartialEq for BlockId
Auto Trait Implementations§
impl !Freeze for BlockId
impl RefUnwindSafe for BlockId
impl Send for BlockId
impl Sync for BlockId
impl Unpin for BlockId
impl UnwindSafe for BlockId
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.