pub struct GetReview;Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetReview
impl RefUnwindSafe for GetReview
impl Send for GetReview
impl Sync for GetReview
impl Unpin for GetReview
impl UnsafeUnpin for GetReview
impl UnwindSafe for GetReview
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