pub struct MultiBanInput;
Trait Implementations§
impl HasInputField<enableCache, Option<bool>> for MultiBanInput
impl HasInputField<enableTotal, Option<bool>> for MultiBanInput
impl HasInputField<resolverArgs, Option<JSON>> for MultiBanInput
impl HasInputField<terms, Option<JSON>> for MultiBanInput
impl InputObjectMarker for MultiBanInput
Auto Trait Implementations§
impl Freeze for MultiBanInput
impl RefUnwindSafe for MultiBanInput
impl Send for MultiBanInput
impl Sync for MultiBanInput
impl Unpin for MultiBanInput
impl UnwindSafe for MultiBanInput
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