pub struct agentSessions;Trait Implementations§
Source§impl Field for agentSessions
impl Field for agentSessions
Source§impl HasArgument<after> for agentSessions
impl HasArgument<after> for agentSessions
Source§impl HasArgument<before> for agentSessions
impl HasArgument<before> for agentSessions
Source§impl HasArgument<first> for agentSessions
impl HasArgument<first> for agentSessions
Source§impl HasArgument<includeArchived> for agentSessions
impl HasArgument<includeArchived> for agentSessions
Source§impl HasArgument<last> for agentSessions
impl HasArgument<last> for agentSessions
Source§impl HasArgument<orderBy> for agentSessions
impl HasArgument<orderBy> for agentSessions
Source§type ArgumentType = Option<PaginationOrderBy>
type ArgumentType = Option<PaginationOrderBy>
The schema marker type of this argument.
Source§impl HasField<agentSessions> for Comment
impl HasField<agentSessions> for Comment
Source§type Type = AgentSessionConnection
type Type = AgentSessionConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for agentSessions
impl RefUnwindSafe for agentSessions
impl Send for agentSessions
impl Sync for agentSessions
impl Unpin for agentSessions
impl UnwindSafe for agentSessions
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