pub struct showAuthor;
Trait Implementations§
Source§impl Field for showAuthor
impl Field for showAuthor
impl HasInputField<showAuthor, Option<bool>> for CreateSpotlightDataInput
Auto Trait Implementations§
impl Freeze for showAuthor
impl RefUnwindSafe for showAuthor
impl Send for showAuthor
impl Sync for showAuthor
impl Unpin for showAuthor
impl UnwindSafe for showAuthor
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