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