pub struct SearchInResponseBodyBuilder { /* private fields */ }Implementations§
Source§impl SearchInResponseBodyBuilder
impl SearchInResponseBodyBuilder
pub fn request_id(self, request_id: impl Into<RequestId>) -> Self
pub fn query(self, query: impl Into<String>) -> Self
pub fn case_sensitive(self, case_sensitive: impl Into<bool>) -> Self
pub fn is_regex(self, is_regex: impl Into<bool>) -> Self
pub fn build(self) -> Result<SearchInResponseBody, String>
Trait Implementations§
Source§impl Clone for SearchInResponseBodyBuilder
impl Clone for SearchInResponseBodyBuilder
Source§fn clone(&self) -> SearchInResponseBodyBuilder
fn clone(&self) -> SearchInResponseBodyBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for SearchInResponseBodyBuilder
impl Default for SearchInResponseBodyBuilder
Source§fn default() -> SearchInResponseBodyBuilder
fn default() -> SearchInResponseBodyBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SearchInResponseBodyBuilder
impl RefUnwindSafe for SearchInResponseBodyBuilder
impl Send for SearchInResponseBodyBuilder
impl Sync for SearchInResponseBodyBuilder
impl Unpin for SearchInResponseBodyBuilder
impl UnsafeUnpin for SearchInResponseBodyBuilder
impl UnwindSafe for SearchInResponseBodyBuilder
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