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