pub struct GetReviewsBuilder { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for GetReviewsBuilder
impl Clone for GetReviewsBuilder
Source§fn clone(&self) -> GetReviewsBuilder
fn clone(&self) -> GetReviewsBuilder
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 moreSource§impl Debug for GetReviewsBuilder
impl Debug for GetReviewsBuilder
Auto Trait Implementations§
impl Freeze for GetReviewsBuilder
impl RefUnwindSafe for GetReviewsBuilder
impl Send for GetReviewsBuilder
impl Sync for GetReviewsBuilder
impl Unpin for GetReviewsBuilder
impl UnwindSafe for GetReviewsBuilder
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