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