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