pub struct reports;
Trait Implementations§
Source§impl HasArgument<input> for reports
impl HasArgument<input> for reports
Source§type ArgumentType = Option<MultiReportInput>
type ArgumentType = Option<MultiReportInput>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for reports
impl RefUnwindSafe for reports
impl Send for reports
impl Sync for reports
impl Unpin for reports
impl UnwindSafe for reports
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