pub struct EnginesBuilder { /* private fields */ }
Expand description
Builder for Engines
.
Implementations§
Source§impl EnginesBuilder
impl EnginesBuilder
Sourcepub fn orderby<VALUE: Into<EnginesSorting>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn orderby<VALUE: Into<EnginesSorting>>( &mut self, value: VALUE, ) -> &mut Self
Sorting options for engines
Trait Implementations§
Source§impl Clone for EnginesBuilder
impl Clone for EnginesBuilder
Source§fn clone(&self) -> EnginesBuilder
fn clone(&self) -> EnginesBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for EnginesBuilder
impl RefUnwindSafe for EnginesBuilder
impl Send for EnginesBuilder
impl Sync for EnginesBuilder
impl Unpin for EnginesBuilder
impl UnwindSafe for EnginesBuilder
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