pub struct VersionId(/* private fields */);
Expand description
This type could also be a DateTime but the docs clearly states to treat is as opaque so we do not convert it in any way.
See: https://docs.microsoft.com/rest/api/storageservices/get-blob“]
Implementations§
Trait Implementations§
source§impl AppendToUrlQuery for VersionId
impl AppendToUrlQuery for VersionId
fn append_to_url_query(&self, url: &mut Url)
Auto Trait Implementations§
impl Freeze for VersionId
impl RefUnwindSafe for VersionId
impl Send for VersionId
impl Sync for VersionId
impl Unpin for VersionId
impl UnwindSafe for VersionId
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
)