pub struct SelectObject { /* private fields */ }Expand description
Execute an SQL-like query against an object stored in OSS.
See the Alibaba Cloud documentation for details.
Implementations§
Source§impl SelectObject
impl SelectObject
Sourcepub fn set_request(self, xml: impl ToString) -> Self
pub fn set_request(self, xml: impl ToString) -> Self
Provide the select request XML document.
Refer to the official documentation for the schema of the <SelectRequest> payload.
Sourcepub fn enable_output_raw(self, enable: bool) -> Self
pub fn enable_output_raw(self, enable: bool) -> Self
Enable raw output mode (sets the x-oss-select-output-raw header).
Auto Trait Implementations§
impl Freeze for SelectObject
impl !RefUnwindSafe for SelectObject
impl Send for SelectObject
impl Sync for SelectObject
impl Unpin for SelectObject
impl !UnwindSafe for SelectObject
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