pub struct PlatformsBuilder { /* private fields */ }
Expand description
Builder for Platforms
.
Implementations§
Source§impl PlatformsBuilder
impl PlatformsBuilder
Sourcepub fn orderby<VALUE: Into<PlatformsSorting>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn orderby<VALUE: Into<PlatformsSorting>>( &mut self, value: VALUE, ) -> &mut Self
Sorting options for results.
Trait Implementations§
Source§impl Clone for PlatformsBuilder
impl Clone for PlatformsBuilder
Source§fn clone(&self) -> PlatformsBuilder
fn clone(&self) -> PlatformsBuilder
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 PlatformsBuilder
impl RefUnwindSafe for PlatformsBuilder
impl Send for PlatformsBuilder
impl Sync for PlatformsBuilder
impl Unpin for PlatformsBuilder
impl UnwindSafe for PlatformsBuilder
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