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