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