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