pub struct OperationListQuery { /* private fields */ }Implementations§
Source§impl OperationListQuery
impl OperationListQuery
pub fn operation(self, operation: impl Into<String>) -> Self
pub fn input_format(self, input_format: impl Into<String>) -> Self
pub fn output_format(self, output_format: impl Into<String>) -> Self
pub fn engine(self, engine: impl Into<String>) -> Self
pub fn engine_version(self, engine_version: impl Into<String>) -> Self
pub fn include(self, include: impl Into<String>) -> Self
pub fn include_options(self) -> Self
pub fn include_engine_versions(self) -> Self
pub fn include_options_and_engine_versions(self) -> Self
pub fn alternatives(self, alternatives: bool) -> Self
pub fn page(self, page: u32) -> Self
pub fn per_page(self, per_page: u32) -> Self
Trait Implementations§
Source§impl Clone for OperationListQuery
impl Clone for OperationListQuery
Source§fn clone(&self) -> OperationListQuery
fn clone(&self) -> OperationListQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OperationListQuery
impl Debug for OperationListQuery
Source§impl Default for OperationListQuery
impl Default for OperationListQuery
Source§fn default() -> OperationListQuery
fn default() -> OperationListQuery
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OperationListQuery
impl RefUnwindSafe for OperationListQuery
impl Send for OperationListQuery
impl Sync for OperationListQuery
impl Unpin for OperationListQuery
impl UnsafeUnpin for OperationListQuery
impl UnwindSafe for OperationListQuery
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