pub struct QueryWithParamsOptions {
pub commit_policy: Option<String>,
}Fields§
§commit_policy: Option<String>Trait Implementations§
Source§impl Clone for QueryWithParamsOptions
impl Clone for QueryWithParamsOptions
Source§fn clone(&self) -> QueryWithParamsOptions
fn clone(&self) -> QueryWithParamsOptions
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 QueryWithParamsOptions
impl Debug for QueryWithParamsOptions
Source§impl Default for QueryWithParamsOptions
impl Default for QueryWithParamsOptions
Source§fn default() -> QueryWithParamsOptions
fn default() -> QueryWithParamsOptions
Returns the “default value” for a type. Read more
impl Eq for QueryWithParamsOptions
Source§impl PartialEq for QueryWithParamsOptions
impl PartialEq for QueryWithParamsOptions
impl StructuralPartialEq for QueryWithParamsOptions
Auto Trait Implementations§
impl Freeze for QueryWithParamsOptions
impl RefUnwindSafe for QueryWithParamsOptions
impl Send for QueryWithParamsOptions
impl Sync for QueryWithParamsOptions
impl Unpin for QueryWithParamsOptions
impl UnsafeUnpin for QueryWithParamsOptions
impl UnwindSafe for QueryWithParamsOptions
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