pub struct GetBlobRequest<'a> {
pub blob_id: String,
/* private fields */
}Expand description
Create this with the associated client method.
That method takes required values as arguments. Set optional values using builder methods on this struct.
Fields§
§blob_id: StringImplementations§
Auto Trait Implementations§
impl<'a> Freeze for GetBlobRequest<'a>
impl<'a> !RefUnwindSafe for GetBlobRequest<'a>
impl<'a> Send for GetBlobRequest<'a>
impl<'a> Sync for GetBlobRequest<'a>
impl<'a> Unpin for GetBlobRequest<'a>
impl<'a> UnsafeUnpin for GetBlobRequest<'a>
impl<'a> !UnwindSafe for GetBlobRequest<'a>
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