pub struct SingleBanInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleBanInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleBanInput
impl HasInputField<selector, Option<SelectorInput>> for SingleBanInput
impl InputObjectMarker for SingleBanInput
Auto Trait Implementations§
impl Freeze for SingleBanInput
impl RefUnwindSafe for SingleBanInput
impl Send for SingleBanInput
impl Sync for SingleBanInput
impl Unpin for SingleBanInput
impl UnwindSafe for SingleBanInput
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