pub struct ckEditorUserSession;
Trait Implementations§
Source§impl Field for ckEditorUserSession
impl Field for ckEditorUserSession
Source§impl HasArgument<input> for ckEditorUserSession
impl HasArgument<input> for ckEditorUserSession
Source§type ArgumentType = Option<SingleCkEditorUserSessionInput>
type ArgumentType = Option<SingleCkEditorUserSessionInput>
The schema marker type of this argument.
Source§impl HasField<ckEditorUserSession> for Query
impl HasField<ckEditorUserSession> for Query
Source§type Type = Option<SingleCkEditorUserSessionOutput>
type Type = Option<SingleCkEditorUserSessionOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for ckEditorUserSession
impl RefUnwindSafe for ckEditorUserSession
impl Send for ckEditorUserSession
impl Sync for ckEditorUserSession
impl Unpin for ckEditorUserSession
impl UnwindSafe for ckEditorUserSession
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