pub struct DocumentUploadUrlRequest { /* private fields */ }Expand description
Implementations§
Source§impl DocumentUploadUrlRequest
impl DocumentUploadUrlRequest
Sourcepub fn new(body: UploadUrlBody) -> Self
pub fn new(body: UploadUrlBody) -> Self
Create a new upload-by-URL request with the given body.
Sourcepub fn body_mut(&mut self) -> &mut UploadUrlBody
pub fn body_mut(&mut self) -> &mut UploadUrlBody
Borrow the underlying UploadUrlBody mutably.
Auto Trait Implementations§
impl Freeze for DocumentUploadUrlRequest
impl RefUnwindSafe for DocumentUploadUrlRequest
impl Send for DocumentUploadUrlRequest
impl Sync for DocumentUploadUrlRequest
impl Unpin for DocumentUploadUrlRequest
impl UnsafeUnpin for DocumentUploadUrlRequest
impl UnwindSafe for DocumentUploadUrlRequest
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