pub struct insights;Trait Implementations§
impl HasInputField<insights, Option<JSONObject>> for ViewPreferencesCreateInput
Auto Trait Implementations§
impl Freeze for insights
impl RefUnwindSafe for insights
impl Send for insights
impl Sync for insights
impl Unpin for insights
impl UnwindSafe for insights
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