pub struct AgentSessionConnection;Trait Implementations§
Source§impl HasField<__typename> for AgentSessionConnection
impl HasField<__typename> for AgentSessionConnection
Source§impl HasField<edges> for AgentSessionConnection
impl HasField<edges> for AgentSessionConnection
Source§type Type = Vec<AgentSessionEdge>
type Type = Vec<AgentSessionEdge>
The schema marker type of this field.
Source§impl HasField<nodes> for AgentSessionConnection
impl HasField<nodes> for AgentSessionConnection
Source§type Type = Vec<AgentSession>
type Type = Vec<AgentSession>
The schema marker type of this field.
Source§impl HasField<pageInfo> for AgentSessionConnection
impl HasField<pageInfo> for AgentSessionConnection
Auto Trait Implementations§
impl Freeze for AgentSessionConnection
impl RefUnwindSafe for AgentSessionConnection
impl Send for AgentSessionConnection
impl Sync for AgentSessionConnection
impl Unpin for AgentSessionConnection
impl UnwindSafe for AgentSessionConnection
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