pub struct BatchRunReportsRequestBody {}
Auto Trait Implementations§
impl Freeze for BatchRunReportsRequestBody
impl RefUnwindSafe for BatchRunReportsRequestBody
impl Send for BatchRunReportsRequestBody
impl Sync for BatchRunReportsRequestBody
impl Unpin for BatchRunReportsRequestBody
impl UnwindSafe for BatchRunReportsRequestBody
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